File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.81 2005/11/01 21:09:50 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.82 2006/03/17 16:02:47 petere Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -229,6 +229,7 @@ PostgreSQL documentation
229
229
<variablelist>
230
230
<varlistentry>
231
231
<term><literal>p</></term>
232
+ <term><literal>plain</></term>
232
233
<listitem>
233
234
<para>
234
235
Output a plain-text <acronym>SQL</acronym> script file (default)
@@ -238,6 +239,7 @@ PostgreSQL documentation
238
239
239
240
<varlistentry>
240
241
<term><literal>t</></term>
242
+ <term><literal>tar</></term>
241
243
<listitem>
242
244
<para>
243
245
Output a <command>tar</command> archive suitable for input into
@@ -251,6 +253,7 @@ PostgreSQL documentation
251
253
252
254
<varlistentry>
253
255
<term><literal>c</></term>
256
+ <term><literal>custom</></term>
254
257
<listitem>
255
258
<para>
256
259
Output a custom archive suitable for input into
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.58 2006/02/13 21:29:08 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.59 2006/03/17 16:02:47 petere Exp $ -->
2
2
3
3
<refentry id="APP-PGRESTORE">
4
4
<refmeta>
165
165
<variablelist>
166
166
<varlistentry>
167
167
<term><literal>t</></term>
168
+ <term><literal>tar</></term>
168
169
<listitem>
169
170
<para>
170
171
The archive is a <command>tar</command> archive. Using this
177
178
178
179
<varlistentry>
179
180
<term><literal>c</></term>
181
+ <term><literal>custom</></term>
180
182
<listitem>
181
183
<para>
182
184
The archive is in the custom format of
You can’t perform that action at this time.
0 commit comments