Commit 0a4fc855 authored by Tom Lane's avatar Tom Lane

Fix broken markup.

parent 5f9ba042
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.19 2002/08/04 05:09:36 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.20 2002/08/04 05:46:02 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -98,7 +98,6 @@ SHOW DateStyle; ...@@ -98,7 +98,6 @@ SHOW DateStyle;
<para> <para>
Show the current genetic optimizer (<literal>geqo</literal>) setting: Show the current genetic optimizer (<literal>geqo</literal>) setting:
<programlisting> <programlisting>
<screen>
SHOW GEQO; SHOW GEQO;
geqo geqo
------ ------
...@@ -109,7 +108,7 @@ SHOW GEQO; ...@@ -109,7 +108,7 @@ SHOW GEQO;
<para> <para>
Show all settings: Show all settings:
<screen> <programlisting>
SHOW ALL; SHOW ALL;
name | setting name | setting
-------------------------------+--------------------------------------- -------------------------------+---------------------------------------
...@@ -123,7 +122,7 @@ SHOW ALL; ...@@ -123,7 +122,7 @@ SHOW ALL;
wal_files | 0 wal_files | 0
wal_sync_method | fdatasync wal_sync_method | fdatasync
(94 rows) (94 rows)
</screen> </programlisting>
</para> </para>
</refsect1> </refsect1>
......
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