diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-14 08:47:00 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-14 08:47:00 +0000 |
commit | 03df4744405ff2bdf575e395cd3f476f75f3b680 (patch) | |
tree | 9af96a701a9e4b70a5e244e73fe4d4b3e30651fc /doc/src | |
parent | e38664aaa26b33e27648d10b5aeacd914c09db0a (diff) | |
download | postgresql-03df4744405ff2bdf575e395cd3f476f75f3b680.tar.gz postgresql-03df4744405ff2bdf575e395cd3f476f75f3b680.zip |
Fix show message
Tatsuo Ishii
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/show.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 933b6a13abc..93e4bb4aff7 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -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> |