We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38664a commit 03df474Copy full SHA for 03df474
doc/src/sgml/ref/show.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.13 2001/09/03 12:57:50 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.14 2001/09/14 08:47:00 ishii Exp $
3
Postgres documentation
4
-->
5
@@ -110,7 +110,7 @@ NOTICE: DateStyle is ISO with US (NonEuropean) conventions
110
Show the current genetic optimizer (<literal>geqo</literal>) setting:
111
<screen>
112
SHOW GEQO;
113
-NOTICE: geqo = true
+NOTICE: geqo is on
114
</screen>
115
</para>
116
</refsect1>
0 commit comments