mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
doc: Improve hyphenation consistency
This commit is contained in:
@@ -611,7 +611,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
||||
These forms control the application of row security policies belonging
|
||||
to the table. If enabled and no policies exist for the table, then a
|
||||
default-deny policy is applied. Note that policies can exist for a table
|
||||
even if row level security is disabled. In this case, the policies will
|
||||
even if row-level security is disabled. In this case, the policies will
|
||||
<emphasis>not</emphasis> be applied and the policies will be ignored.
|
||||
See also
|
||||
<link linkend="sql-createpolicy"><command>CREATE POLICY</command></link>.
|
||||
@@ -624,9 +624,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
||||
<listitem>
|
||||
<para>
|
||||
These forms control the application of row security policies belonging
|
||||
to the table when the user is the table owner. If enabled, row level
|
||||
to the table when the user is the table owner. If enabled, row-level
|
||||
security policies will be applied when the user is the table owner. If
|
||||
disabled (the default) then row level security will not be applied when
|
||||
disabled (the default) then row-level security will not be applied when
|
||||
the user is the table owner.
|
||||
See also
|
||||
<link linkend="sql-createpolicy"><command>CREATE POLICY</command></link>.
|
||||
|
||||
Reference in New Issue
Block a user