diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-23 00:25:06 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-23 00:25:06 +0000 |
commit | a77c4df2c1558c84d06fb2a7a45a4ea09468eb95 (patch) | |
tree | 3c0b804c26b5ffba6a89d6cf96f9b77bfb23f555 | |
parent | 8994662a0bfff6ea3afa02149e1166251bad8997 (diff) | |
download | postgresql-a77c4df2c1558c84d06fb2a7a45a4ea09468eb95.tar.gz postgresql-a77c4df2c1558c84d06fb2a7a45a4ea09468eb95.zip |
List of available pg_options items was a tad out-of-date.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 59 |
1 files changed, 35 insertions, 24 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 314e28beab0..c4989e92cf8 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.8 2000/04/08 23:12:00 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.9 2000/04/23 00:25:06 tgl Exp $ --> <Chapter Id="runtime"> @@ -367,6 +367,39 @@ showportnumber <varlistentry> <term> + pretty_plan + </term> + <listitem> + <para> + Pretty-print query plan. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + pretty_parse + </term> + <listitem> + <para> + Pretty-print parser output. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + pretty_rewritten + </term> + <listitem> + <para> + Pretty-print rewritten query. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> parserstats </term> <listitem> @@ -590,29 +623,7 @@ showportnumber <varlistentry> <term> - notifyunlock - </term> - <listitem> - <para> - Unlock of pg_listener after notify. - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term> - notifyhack - </term> - <listitem> - <para> - Remove duplicate tuples from pg_listener. - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term> - fsync + nofsync </term> <listitem> <para> |