]> granicus.if.org Git - postgresql/commitdiff
Fix show message
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Sep 2001 08:47:00 +0000 (08:47 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Sep 2001 08:47:00 +0000 (08:47 +0000)
    Tatsuo Ishii

doc/src/sgml/ref/show.sgml

index 933b6a13abc0e5d3bd02a438034c7ece428852f0..93e4bb4aff760c1e9e77cfcc0ee06d2b60be5ba1 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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 $
 Postgres documentation
 -->
 
@@ -110,7 +110,7 @@ NOTICE:  DateStyle is ISO with US (NonEuropean) conventions
    Show the current genetic optimizer (<literal>geqo</literal>) setting:
 <screen>
 SHOW GEQO;
-NOTICE:  geqo = true
+NOTICE:  geqo is on
 </screen>
   </para>
  </refsect1>