diff options
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 33e9b462373..93cf8de8bd1 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.23 2001/12/08 03:24:38 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.24 2002/03/02 21:39:16 momjian Exp $ PostgreSQL documentation --> @@ -141,8 +141,10 @@ PostgreSQL documentation <para> The options <option>-A</option>, <option>-B</option>, <option>-c</option>, <option>-d</option>, <option>-D</option>, - <option>-F</option>, and <option>--name</> have the same meanings as - for the <xref linkend="app-postmaster">. + <option>-F</option>, and <option>--name</> have the same meanings + as the <xref linkend="app-postmaster"> except that + <option>-d</option> <literal>0</> prevents the debugging level of + the postmaster from being propogated to the backend. </para> <variablelist> diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index a693164825c..011144c1d5a 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.26 2001/12/08 03:24:38 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.27 2002/03/02 21:39:16 momjian Exp $ PostgreSQL documentation --> @@ -127,9 +127,8 @@ PostgreSQL documentation <listitem> <para> Sets the debug level. The higher this value is set, the more - debugging output is written to the server log. The default is - 0, which means no debugging. Values up to 4 are useful; higher - numbers produce no additional output. + debugging output is written to the server log. Values are from + 1 to 5. </para> </listitem> </varlistentry> |