diff options
Diffstat (limited to 'src/man/pg_dump.1')
-rw-r--r-- | src/man/pg_dump.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/man/pg_dump.1 b/src/man/pg_dump.1 index 0bb289fb851..cb90b234237 100644 --- a/src/man/pg_dump.1 +++ b/src/man/pg_dump.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.1 1996/11/14 10:17:42 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.2 1996/11/17 04:56:16 momjian Exp $ .TH PG_DUMP UNIX 1/20/96 Postgres95 Postgres95 .SH NAME pg_dump \(em dumps out a Postgres database into a script file @@ -21,7 +21,10 @@ port] .BR "-v" ] [\c -.BR "-d[a]" +.BR "-d" +] +[\c +.BR "-D" ] [\c .BR "-S" @@ -75,11 +78,5 @@ the same as above. Partial index predicates are stored as plans) .BR "large objects" pg_dump does not handle large objects. Large objects are ignored and must be dealt with manually. -.TP -.BR "oid preservation" -pg_dump does not preserve oid's while dumping. If you have -stored oid's explicitly in tables in user-defined attributes, -and are using them as keys, then the output scripts will not -regenerate your database correctly. .SH "SEE ALSO" copy(l) |