Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe9bf46

Browse files
author
Thomas G. Lockhart
committed
Add mention of the new "suppress double quotes" command line option "-n".
1 parent 237e0a6 commit fe9bf46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/man/pg_dump.1

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.13 1998/10/06 03:09:02 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $
44
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
55
.SH NAME
66
pg_dump - dumps out a Postgres database into a script file
@@ -24,6 +24,9 @@ filename
2424
hostname
2525
]
2626
[\c
27+
.BR "-n"
28+
]
29+
[\c
2730
.BR "-o"
2831
]
2932
[\c
@@ -83,6 +86,9 @@ Specifies the output file
8386
.BR "-h" " hostname"
8487
Specifies the server host name
8588
.TP
89+
.BR "-n" ""
90+
Suppress most double quotes around identifiers.
91+
.TP
8692
.BR "-o" ""
8793
Dump object id's (oids)
8894
.TP

0 commit comments

Comments
 (0)