File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -98,7 +98,6 @@ SHOW DateStyle;
98
98
<para>
99
99
Show the current genetic optimizer (<literal>geqo</literal>) setting:
100
100
<programlisting>
101
- <screen>
102
101
SHOW GEQO;
103
102
geqo
104
103
------
@@ -109,7 +108,7 @@ SHOW GEQO;
109
108
110
109
<para>
111
110
Show all settings:
112
- <screen >
111
+ <programlisting >
113
112
SHOW ALL;
114
113
name | setting
115
114
-------------------------------+---------------------------------------
@@ -123,7 +122,7 @@ SHOW ALL;
123
122
wal_files | 0
124
123
wal_sync_method | fdatasync
125
124
(94 rows)
126
- </screen >
125
+ </programlisting >
127
126
</para>
128
127
129
128
</refsect1>
You can’t perform that action at this time.
0 commit comments