|
|
|
|
@ -707,13 +707,13 @@ PostgreSQL documentation |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
This option is relevant only when dumping the contents of a table |
|
|
|
|
which has row security. By default, pg_dump will set |
|
|
|
|
<literal>ROW_SECURITY</literal> to <literal>OFF</literal>, to ensure |
|
|
|
|
which has row security. By default, <application>pg_dump</application> will set |
|
|
|
|
<xref linkend="guc-row-security"> to off, to ensure |
|
|
|
|
that all data is dumped from the table. If the user does not have |
|
|
|
|
sufficient privileges to bypass row security, then an error is thrown. |
|
|
|
|
This parameter instructs <application>pg_dump</application> to set |
|
|
|
|
row_security to 'ON' instead, allowing the user to dump the contents |
|
|
|
|
of the table which they have access to. |
|
|
|
|
<xref linkend="guc-row-security"> to on instead, allowing the user |
|
|
|
|
to dump the parts of the contents of the table that they have access to. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
</listitem> |
|
|
|
|
@ -862,27 +862,6 @@ PostgreSQL documentation |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Use the specified synchronized snapshot when making a dump of the |
|
|
|
|
database (see |
|
|
|
|
<xref linkend="functions-snapshot-synchronization-table"> for more |
|
|
|
|
details). |
|
|
|
|
</para> |
|
|
|
|
<para> |
|
|
|
|
This option is useful when needing to synchronize the dump with |
|
|
|
|
a logical replication slot (see <xref linkend="logicaldecoding">) |
|
|
|
|
or with a concurrent session. |
|
|
|
|
</para> |
|
|
|
|
<para> |
|
|
|
|
In the case of a parallel dump, the snapshot name defined by this |
|
|
|
|
option is used rather than taking a new snapshot. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--serializable-deferrable</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
@ -918,6 +897,27 @@ PostgreSQL documentation |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--snapshot=<replaceable class="parameter">snapshotname</replaceable></option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Use the specified synchronized snapshot when making a dump of the |
|
|
|
|
database (see |
|
|
|
|
<xref linkend="functions-snapshot-synchronization-table"> for more |
|
|
|
|
details). |
|
|
|
|
</para> |
|
|
|
|
<para> |
|
|
|
|
This option is useful when needing to synchronize the dump with |
|
|
|
|
a logical replication slot (see <xref linkend="logicaldecoding">) |
|
|
|
|
or with a concurrent session. |
|
|
|
|
</para> |
|
|
|
|
<para> |
|
|
|
|
In the case of a parallel dump, the snapshot name defined by this |
|
|
|
|
option is used rather than taking a new snapshot. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--use-set-session-authorization</></term> |
|
|
|
|
<listitem> |
|
|
|
|
|