diff options
author | Thomas G. Lockhart | 1998-10-06 05:05:48 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1998-10-06 05:05:48 +0000 |
commit | fe9bf46bd44f757d29b52c5bef8e1d1c60a46829 (patch) | |
tree | 5331e12e91e51fec992434070a2969ef414c0ad7 | |
parent | 237e0a630634034042689cc915054bd3cf31061e (diff) |
Add mention of the new "suppress double quotes" command line option "-n".
-rw-r--r-- | src/man/pg_dump.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/pg_dump.1 b/src/man/pg_dump.1 index ebe2a9f6d0..ea06125ff3 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.13 1998/10/06 03:09:02 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $ .TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL .SH NAME pg_dump - dumps out a Postgres database into a script file @@ -24,6 +24,9 @@ filename hostname ] [\c +.BR "-n" +] +[\c .BR "-o" ] [\c @@ -83,6 +86,9 @@ Specifies the output file .BR "-h" " hostname" Specifies the server host name .TP +.BR "-n" "" +Suppress most double quotes around identifiers. +.TP .BR "-o" "" Dump object id's (oids) .TP |