summaryrefslogtreecommitdiff
path: root/src/man
diff options
context:
space:
mode:
authorBruce Momjian1996-11-17 04:56:16 +0000
committerBruce Momjian1996-11-17 04:56:16 +0000
commitca1a20eba46a72beb7ce11b6c2a889f36430280a (patch)
tree1310554fbadc88fd685685e62cb84f02a933dd08 /src/man
parentcc7f032289bfec5b470e922aee7804f36946e71c (diff)
Fix for -da option of pg_dump.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/pg_dump.113
1 files changed, 5 insertions, 8 deletions
diff --git a/src/man/pg_dump.1 b/src/man/pg_dump.1
index 0bb289fb85..cb90b23423 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)