@@ -688,13 +688,13 @@ PostgreSQL documentation
688
688
<listitem>
689
689
<para>
690
690
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"> to off , to ensure
693
693
that all data is dumped from the table. If the user does not have
694
694
sufficient privileges to bypass row security, then an error is thrown.
695
695
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 table which they have access to.
696
+ <xref linkend="guc-row-security"> to on instead, allowing the user
697
+ to dump the parts of the contents of the table that they have access to.
698
698
</para>
699
699
700
700
</listitem>
@@ -843,27 +843,6 @@ PostgreSQL documentation
843
843
</listitem>
844
844
</varlistentry>
845
845
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
-
867
846
<varlistentry>
868
847
<term><option>--serializable-deferrable</option></term>
869
848
<listitem>
@@ -899,6 +878,27 @@ PostgreSQL documentation
899
878
</listitem>
900
879
</varlistentry>
901
880
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
+
902
902
<varlistentry>
903
903
<term><option>--use-set-session-authorization</></term>
904
904
<listitem>
0 commit comments