aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-28 15:01:27 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-28 15:01:27 +0000
commit6228228009c35c229fe2fe1eb55d295e48adaa79 (patch)
tree0f210f2fdff3bc3cc3f180ee0c1cda5ca943987b /doc/src
parent700f7f4227bb7a50fd1c5d088aa376c71cf794b7 (diff)
downloadpostgresql-6228228009c35c229fe2fe1eb55d295e48adaa79.tar.gz
postgresql-6228228009c35c229fe2fe1eb55d295e48adaa79.zip
Document --describe-config.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index d558782e63b..5680dd661d4 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
PostgreSQL documentation
-->
@@ -335,6 +335,17 @@ PostgreSQL documentation
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--describe-config</option></term>
+ <listitem>
+ <para>
+ This option dumps out the server's internal configuration variables,
+ descriptions, and defaults in tab-delimited <command>COPY</> format.
+ It is designed primarily for use by administration tools.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>
</refsect1>