Commit a77c4df2 authored by Tom Lane's avatar Tom Lane

List of available pg_options items was a tad out-of-date.

parent 8994662a
<!-- <!--
$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"> <Chapter Id="runtime">
...@@ -365,6 +365,39 @@ showportnumber ...@@ -365,6 +365,39 @@ showportnumber
</listitem> </listitem>
</varlistentry> </varlistentry>
<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> <varlistentry>
<term> <term>
parserstats parserstats
...@@ -590,29 +623,7 @@ showportnumber ...@@ -590,29 +623,7 @@ showportnumber
<varlistentry> <varlistentry>
<term> <term>
notifyunlock nofsync
</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
</term> </term>
<listitem> <listitem>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment