]> granicus.if.org Git - postgresql/commitdiff
Add pg_dump's option meanings to the manual page.
authorBruce Momjian <bruce@momjian.us>
Fri, 17 Jan 1997 18:36:32 +0000 (18:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 17 Jan 1997 18:36:32 +0000 (18:36 +0000)
src/man/pg_dump.1

index b211629ed648a27434b7b4f2f1e5e2df15ca093f..52c2f1ded7c1d989d28dde997022a27536f7e22c 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.4 1996/12/11 22:58:11 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.5 1997/01/17 18:36:32 momjian Exp $
 .TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
 pg_dump \(em dumps out a Postgres database into a script file
@@ -59,6 +59,40 @@ postgreSQL installation to another.  After running
 .IR "pg_dump"
 , one should examine the output script file for any warnings, especially
 in light of the limitations listed below. 
+.PP
+pg_dump understands the following options:
+.TP
+.BR "-f" " filename"
+Specifies the output file
+.TP
+.BR "-H" " hostname"
+Specifies the server host name
+.TP
+.BR "-p" " port"
+Specifies the server port number
+.TP
+.BR "-v" ""
+Specifies verbose mode
+.TP
+.BR "-d" ""
+Dump data as proper insert strings
+.TP
+.BR "-D" ""
+Dump data as inserts with attribute names
+.TP
+.BR "-S" ""
+Dump out only the schema, no data
+.TP
+.BR "-a" ""
+Dump out only the data, no schema
+.TP
+.BR "-t" " table"
+Dump for this table only
+.TP
+.BR "-o" ""
+Dump object id's (oids)
+.PP
+If dbname is not supplied, then the DATABASE environment variable value is used.
 .SH "CAVEATS AND LIMITATIONS"
 .IR pg_dump 
 has a few limitations.