File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.19 2002/08/04 05:09:36 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.20 2002/08/04 05:46:02 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -98,7 +98,6 @@ SHOW DateStyle;
9898 <para>
9999 Show the current genetic optimizer (<literal>geqo</literal>) setting:
100100<programlisting>
101- <screen>
102101SHOW GEQO;
103102 geqo
104103------
@@ -109,7 +108,7 @@ SHOW GEQO;
109108
110109 <para>
111110 Show all settings:
112- <screen >
111+ <programlisting >
113112SHOW ALL;
114113 name | setting
115114-------------------------------+---------------------------------------
@@ -123,7 +122,7 @@ SHOW ALL;
123122 wal_files | 0
124123 wal_sync_method | fdatasync
125124(94 rows)
126- </screen >
125+ </programlisting >
127126 </para>
128127
129128 </refsect1>
You can’t perform that action at this time.
0 commit comments