We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237e0a6 commit fe9bf46Copy full SHA for fe9bf46
src/man/pg_dump.1
@@ -1,6 +1,6 @@
1
.\" This is -*-nroff-*-
2
.\" 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 $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $
4
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
5
.SH NAME
6
pg_dump - dumps out a Postgres database into a script file
@@ -24,6 +24,9 @@ filename
24
hostname
25
]
26
[\c
27
+.BR "-n"
28
+]
29
+[\c
30
.BR "-o"
31
32
@@ -83,6 +86,9 @@ Specifies the output file
83
86
.BR "-h" " hostname"
84
87
Specifies the server host name
85
88
.TP
89
+.BR "-n" ""
90
+Suppress most double quotes around identifiers.
91
+.TP
92
.BR "-o" ""
93
Dump object id's (oids)
94
0 commit comments