We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700f7f4 commit 6228228Copy full SHA for 6228228
doc/src/sgml/ref/postgres-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.38 2003/10/16 17:38:01 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.39 2003/10/28 15:01:27 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -335,6 +335,17 @@ PostgreSQL documentation
335
</listitem>
336
</varlistentry>
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
+
349
</variablelist>
350
</refsect2>
351
</refsect1>
0 commit comments