1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Add -g as synonmym for --globals-only in pg_dumpall. Add info about

-c,--clean option to manual page.
This commit is contained in:
Bruce Momjian
2001-02-09 17:16:57 +00:00
parent 59e321ddd4
commit b483ad84f8
4 changed files with 20 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.18 2000/12/25 23:15:26 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.19 2001/02/09 17:16:57 momjian Exp $
Postgres documentation
-->
@@ -25,7 +25,7 @@ Postgres documentation
<group><arg>-c</arg><arg>--clean</arg></group>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>--globals-only</arg>
<group><arg>-g</arg><arg>--globals-only</arg></group>
</cmdsynopsis>
</refsynopsisdiv>
@@ -71,6 +71,16 @@ Postgres documentation
<application>pg_dumpall</application> accepts the following
command line arguments:
<variablelist>
<varlistentry>
<term>-c, --clean</term>
<listitem>
<para>
Clean (drop) database before creating schema.
</para>
</listitem>
</varlistentry>
<variablelist>
<varlistentry>
<term>-h <replaceable>host</replaceable></term>
@@ -97,7 +107,7 @@ Postgres documentation
</varlistentry>
<varlistentry>
<term>--globals-only</term>
<term>-g, --globals-only</term>
<listitem>
<para>
Only dump global objects (users and groups), no databases.