@@ -14,20 +14,20 @@ Extract a <productname>Postgres</productname> database into a script file
14
14
</REFPURPOSE>
15
15
<REFSYNOPSISDIV>
16
16
<REFSYNOPSISDIVINFO>
17
- <DATE>1998-10-04 </DATE>
17
+ <DATE>1998-11-05 </DATE>
18
18
</REFSYNOPSISDIVINFO>
19
19
<SYNOPSIS>
20
20
pg_dump [ <replaceable class="parameter">dbname</replaceable> ]
21
21
pg_dump [ -h <replaceable class="parameter">host</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ]
22
22
[ -t <replaceable class="parameter">table</replaceable> ]
23
23
[ -f <replaceable class="parameter">outputfile</replaceable> ]
24
- [ -a ] [ -d ] [ -D ] [ -o ] [ -s ] [ -u ] [ -v ] [ -z ]
24
+ [ -a ] [ -d ] [ -D ] [ -n ] [ -N ] [ - o ] [ -s ] [ -u ] [ -v ] [ -z ]
25
25
[ <replaceable class="parameter">dbname</replaceable> ]
26
26
</SYNOPSIS>
27
27
28
28
<REFSECT2 ID="R2-APP-PG-DUMP-1">
29
29
<REFSECT2INFO>
30
- <DATE>1998-10-04 </DATE>
30
+ <DATE>1998-11-05 </DATE>
31
31
</REFSECT2INFO>
32
32
<TITLE>
33
33
Inputs
@@ -88,7 +88,17 @@ Specifies the output file. Defaults to <filename>stdout</filename>.
88
88
<para>
89
89
Suppress double quotes around identifiers unless absolutely necessary.
90
90
This may cause trouble loading this dumped data if there are reserved words
91
- used for identifiers.
91
+ used for identifiers.
92
+ This was the default behavior in pre-v6.4 <application>pg_dump</application>.
93
+
94
+ <varlistentry>
95
+ <term>
96
+ -N
97
+ </term>
98
+ <listitem>
99
+ <para>
100
+ Include double quotes around identifiers.
101
+ This is the default.
92
102
93
103
<varlistentry>
94
104
<term>
@@ -183,7 +193,7 @@ Prompts for
183
193
184
194
<REFSECT2 ID="R2-APP-PG-DUMP-2">
185
195
<REFSECT2INFO>
186
- <DATE>1998-10-04 </DATE>
196
+ <DATE>1998-11-05 </DATE>
187
197
</REFSECT2INFO>
188
198
<TITLE>
189
199
Outputs
@@ -239,7 +249,7 @@ example, <application>psql</application>.
239
249
240
250
<REFSECT1 ID="R1-APP-PG-DUMP-1">
241
251
<REFSECT1INFO>
242
- <DATE>1998-10-04 </DATE>
252
+ <DATE>1998-11-05 </DATE>
243
253
</REFSECT1INFO>
244
254
<TITLE>
245
255
Description
@@ -267,7 +277,7 @@ in light of the limitations listed below.
267
277
268
278
<REFSECT1 ID="R1-APP-PG-DUMP-2">
269
279
<REFSECT1INFO>
270
- <DATE>1998-10-04 </DATE>
280
+ <DATE>1998-11-05 </DATE>
271
281
</REFSECT1INFO>
272
282
<TITLE>
273
283
Notes
@@ -300,7 +310,7 @@ Large objects are ignored and must be dealt with manually.
300
310
301
311
<REFSECT1 ID="R1-APP-PG-DUMP-3">
302
312
<REFSECT1INFO>
303
- <DATE>1998-10-04 </DATE>
313
+ <DATE>1998-11-05 </DATE>
304
314
</REFSECT1INFO>
305
315
<TITLE>
306
316
Usage
0 commit comments