File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<!--
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 $
33PostgreSQL documentation
44-->
55
@@ -229,6 +229,7 @@ PostgreSQL documentation
229229 <variablelist>
230230 <varlistentry>
231231 <term><literal>p</></term>
232+ <term><literal>plain</></term>
232233 <listitem>
233234 <para>
234235 Output a plain-text <acronym>SQL</acronym> script file (default)
@@ -238,6 +239,7 @@ PostgreSQL documentation
238239
239240 <varlistentry>
240241 <term><literal>t</></term>
242+ <term><literal>tar</></term>
241243 <listitem>
242244 <para>
243245 Output a <command>tar</command> archive suitable for input into
@@ -251,6 +253,7 @@ PostgreSQL documentation
251253
252254 <varlistentry>
253255 <term><literal>c</></term>
256+ <term><literal>custom</></term>
254257 <listitem>
255258 <para>
256259 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 $ -->
22
33<refentry id="APP-PGRESTORE">
44 <refmeta>
165165 <variablelist>
166166 <varlistentry>
167167 <term><literal>t</></term>
168+ <term><literal>tar</></term>
168169 <listitem>
169170 <para>
170171 The archive is a <command>tar</command> archive. Using this
177178
178179 <varlistentry>
179180 <term><literal>c</></term>
181+ <term><literal>custom</></term>
180182 <listitem>
181183 <para>
182184 The archive is in the custom format of
You can’t perform that action at this time.
0 commit comments