1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix broken markup.

This commit is contained in:
Tom Lane
2002-08-04 05:46:02 +00:00
parent 5f9ba042a7
commit 0a4fc8556c

View File

@ -1,5 +1,5 @@
<!-- <!--
$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;
<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;
<para> <para>
Show all settings: Show all settings:
<screen> <programlisting>
SHOW ALL; SHOW ALL;
name | setting name | setting
-------------------------------+--------------------------------------- -------------------------------+---------------------------------------
@ -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>