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

Commit 5094f99

Browse files
committed
Document long names for format options (plain, tar, custom). They already
worked and someone asked about them, so we might as well document them.
1 parent 0941a89 commit 5094f99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/src/sgml/ref/pg_dump.sgml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 $
33
PostgreSQL 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

doc/src/sgml/ref/pg_restore.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -165,6 +165,7 @@
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
@@ -177,6 +178,7 @@
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

0 commit comments

Comments
 (0)