@@ -707,13 +707,13 @@ PostgreSQL documentation
707707 <listitem>
708708 <para>
709709 This option is relevant only when dumping the contents of a table
710- which has row security. By default, pg_dump will set
711- <literal>ROW_SECURITY</literal> to <literal>OFF</literal> , to ensure
710+ which has row security. By default, <application> pg_dump</application> will set
711+ <xref linkend="guc-row-security"> to off , to ensure
712712 that all data is dumped from the table. If the user does not have
713713 sufficient privileges to bypass row security, then an error is thrown.
714714 This parameter instructs <application>pg_dump</application> to set
715- row_security to 'ON' instead, allowing the user to dump the contents
716- of the table which they have access to.
715+ <xref linkend="guc-row-security"> to on instead, allowing the user
716+ to dump the parts of the contents of the table that they have access to.
717717 </para>
718718
719719 </listitem>
@@ -862,27 +862,6 @@ PostgreSQL documentation
862862 </listitem>
863863 </varlistentry>
864864
865- <varlistentry>
866- <term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term>
867- <listitem>
868- <para>
869- Use the specified synchronized snapshot when making a dump of the
870- database (see
871- <xref linkend="functions-snapshot-synchronization-table"> for more
872- details).
873- </para>
874- <para>
875- This option is useful when needing to synchronize the dump with
876- a logical replication slot (see <xref linkend="logicaldecoding">)
877- or with a concurrent session.
878- </para>
879- <para>
880- In the case of a parallel dump, the snapshot name defined by this
881- option is used rather than taking a new snapshot.
882- </para>
883- </listitem>
884- </varlistentry>
885-
886865 <varlistentry>
887866 <term><option>--serializable-deferrable</option></term>
888867 <listitem>
@@ -918,6 +897,27 @@ PostgreSQL documentation
918897 </listitem>
919898 </varlistentry>
920899
900+ <varlistentry>
901+ <term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term>
902+ <listitem>
903+ <para>
904+ Use the specified synchronized snapshot when making a dump of the
905+ database (see
906+ <xref linkend="functions-snapshot-synchronization-table"> for more
907+ details).
908+ </para>
909+ <para>
910+ This option is useful when needing to synchronize the dump with
911+ a logical replication slot (see <xref linkend="logicaldecoding">)
912+ or with a concurrent session.
913+ </para>
914+ <para>
915+ In the case of a parallel dump, the snapshot name defined by this
916+ option is used rather than taking a new snapshot.
917+ </para>
918+ </listitem>
919+ </varlistentry>
920+
921921 <varlistentry>
922922 <term><option>--use-set-session-authorization</></term>
923923 <listitem>
0 commit comments