@@ -688,13 +688,13 @@ PostgreSQL documentation
688688 <listitem>
689689 <para>
690690 This option is relevant only when dumping the contents of a table
691- which has row security. By default, pg_dump will set
692- <literal>ROW_SECURITY</literal> to<literal>OFF</literal> , to ensure
691+ which has row security. By default,<application> pg_dump</application> will set
692+ <xref linkend="guc-row-security"> tooff , to ensure
693693 that all data is dumped from the table. If the user does not have
694694 sufficient privileges to bypass row security, then an error is thrown.
695695 This parameter instructs <application>pg_dump</application> to set
696- row_security to'ON' instead, allowing the user to dump the contents
697- of the tablewhich they have access to.
696+ <xref linkend="guc-row-security"> toon instead, allowing the user
697+ to dump the parts of thecontents of the tablethat they have access to.
698698 </para>
699699
700700 </listitem>
@@ -843,27 +843,6 @@ PostgreSQL documentation
843843 </listitem>
844844 </varlistentry>
845845
846- <varlistentry>
847- <term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term>
848- <listitem>
849- <para>
850- Use the specified synchronized snapshot when making a dump of the
851- database (see
852- <xref linkend="functions-snapshot-synchronization-table"> for more
853- details).
854- </para>
855- <para>
856- This option is useful when needing to synchronize the dump with
857- a logical replication slot (see <xref linkend="logicaldecoding">)
858- or with a concurrent session.
859- </para>
860- <para>
861- In the case of a parallel dump, the snapshot name defined by this
862- option is used rather than taking a new snapshot.
863- </para>
864- </listitem>
865- </varlistentry>
866-
867846 <varlistentry>
868847 <term><option>--serializable-deferrable</option></term>
869848 <listitem>
@@ -899,6 +878,27 @@ PostgreSQL documentation
899878 </listitem>
900879 </varlistentry>
901880
881+ <varlistentry>
882+ <term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term>
883+ <listitem>
884+ <para>
885+ Use the specified synchronized snapshot when making a dump of the
886+ database (see
887+ <xref linkend="functions-snapshot-synchronization-table"> for more
888+ details).
889+ </para>
890+ <para>
891+ This option is useful when needing to synchronize the dump with
892+ a logical replication slot (see <xref linkend="logicaldecoding">)
893+ or with a concurrent session.
894+ </para>
895+ <para>
896+ In the case of a parallel dump, the snapshot name defined by this
897+ option is used rather than taking a new snapshot.
898+ </para>
899+ </listitem>
900+ </varlistentry>
901+
902902 <varlistentry>
903903 <term><option>--use-set-session-authorization</></term>
904904 <listitem>