1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Add mention of the new "suppress double quotes" command line option "-n".

This commit is contained in:
Thomas G. Lockhart 1998-10-06 05:05:48 +00:00
parent 237e0a6306
commit fe9bf46bd4

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
.SH NAME .SH NAME
pg_dump - dumps out a Postgres database into a script file pg_dump - dumps out a Postgres database into a script file
@ -24,6 +24,9 @@ filename
hostname hostname
] ]
[\c [\c
.BR "-n"
]
[\c
.BR "-o" .BR "-o"
] ]
[\c [\c
@ -83,6 +86,9 @@ Specifies the output file
.BR "-h" " hostname" .BR "-h" " hostname"
Specifies the server host name Specifies the server host name
.TP .TP
.BR "-n" ""
Suppress most double quotes around identifiers.
.TP
.BR "-o" "" .BR "-o" ""
Dump object id's (oids) Dump object id's (oids)
.TP .TP