Tom Lane wrote:
> > Document new --describe-config postgres option
> 
> Go to it.
> 

OK, that attached patch completes this item.  I did not document
--describe-config at the top as an accepted arg, but there was already a
--name=value line.

I added it to the bottom of the "SEMI-INTERNAL OPTIONS" section.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: doc/src/sgml/ref/postgres-ref.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/postgres-ref.sgml,v
retrieving revision 1.38
diff -c -c -r1.38 postgres-ref.sgml
*** doc/src/sgml/ref/postgres-ref.sgml  16 Oct 2003 17:38:01 -0000      1.38
--- doc/src/sgml/ref/postgres-ref.sgml  28 Oct 2003 14:49:24 -0000
***************
*** 335,340 ****
--- 335,351 ----
        </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>
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to