|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.38 2003/10/16 17:38:01 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.39 2003/10/28 15:01:27 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -335,6 +335,17 @@ PostgreSQL documentation
|
335 | 335 | </listitem>
|
336 | 336 | </varlistentry>
|
337 | 337 |
|
| 338 | + <varlistentry> |
| 339 | + <term><option>--describe-config</option></term> |
| 340 | + <listitem> |
| 341 | + <para> |
| 342 | + This option dumps out the server's internal configuration variables, |
| 343 | + descriptions, and defaults in tab-delimited <command>COPY</> format. |
| 344 | + It is designed primarily for use by administration tools. |
| 345 | + </para> |
| 346 | + </listitem> |
| 347 | + </varlistentry> |
| 348 | + |
338 | 349 | </variablelist>
|
339 | 350 | </refsect2>
|
340 | 351 | </refsect1>
|
|