diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 27 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 27 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 27 |
3 files changed, 81 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 63cca18711a..bfc1e7b3524 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1233,6 +1233,33 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--with-data</option></term> + <listitem> + <para> + Dump data. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-schema</option></term> + <listitem> + <para> + Dump schema (data definitions). This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-statistics</option></term> + <listitem> + <para> + Dump statistics. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--on-conflict-do-nothing</option></term> <listitem> <para> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index ae5afb3c7d5..765b30a3a66 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -561,6 +561,33 @@ exclude database <replaceable class="parameter">PATTERN</replaceable> </varlistentry> <varlistentry> + <term><option>--with-data</option></term> + <listitem> + <para> + Dump data. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-schema</option></term> + <listitem> + <para> + Dump schema (data definitions). This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-statistics</option></term> + <listitem> + <para> + Dump statistics. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--no-unlogged-table-data</option></term> <listitem> <para> diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 35140187807..c840a807ae9 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -806,6 +806,33 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--with-data</option></term> + <listitem> + <para> + Dump data. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-schema</option></term> + <listitem> + <para> + Dump schema (data definitions). This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--with-statistics</option></term> + <listitem> + <para> + Dump statistics. This is the default. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--section=<replaceable class="parameter">sectionname</replaceable></option></term> <listitem> <para> |