1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.8 2000/02/15 20:49:07 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.9 2000/04/08 02:39:02 tgl Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -40,8 +40,9 @@ SHOW <replaceable class="PARAMETER">keyword</replaceable>
40
40
<term><replaceable class="PARAMETER">keyword</replaceable></term>
41
41
<listitem>
42
42
<para>
43
- Refer to <command>SET</command> for more information on available
44
- arguments.
43
+ Refer to
44
+ <xref linkend="sql-set-title" endterm="sql-set-title">
45
+ for more information on available variables.
45
46
</para>
46
47
</listitem>
47
48
</varlistentry>
@@ -62,7 +63,6 @@ SHOW <replaceable class="PARAMETER">keyword</replaceable>
62
63
<varlistentry>
63
64
<term><computeroutput>
64
65
NOTICE: <replaceable class="PARAMETER">variable</replaceable> is <replaceable>value</replaceable>
65
- SHOW VARIABLE
66
66
</computeroutput></term>
67
67
<listitem>
68
68
<para>
@@ -76,15 +76,14 @@ NOTICE: Unrecognized variable <replaceable>value</replaceable>
76
76
</computeroutput></term>
77
77
<listitem>
78
78
<para>
79
- Message returned if <returnvalue>value </returnvalue> does not exist.
79
+ Message returned if <returnvalue>variable </returnvalue> does not exist.
80
80
</para>
81
81
</listitem>
82
82
</varlistentry>
83
83
84
84
<varlistentry>
85
85
<term><computeroutput>
86
86
NOTICE: Time zone is unknown
87
- SHOW VARIABLE
88
87
</computeroutput></term>
89
88
<listitem>
90
89
<para>
@@ -125,12 +124,10 @@ SHOW VARIABLE
125
124
Notes
126
125
</title>
127
126
<para>
128
- <command>SHOW</command> is a <productname>Postgres</productname>
129
- language extension.
130
- </para>
131
- <para>
132
- Refer to <command>SET</command>/<command>RESET</command>
133
- to set/reset variable values.
127
+ See also
128
+ <xref linkend="sql-set-title" endterm="sql-set-title"> and
129
+ <xref linkend="sql-reset-title" endterm="sql-reset-title">
130
+ to manipulate variable values.
134
131
</para>
135
132
</refsect2>
136
133
</refsect1>
@@ -144,15 +141,15 @@ SHOW VARIABLE
144
141
145
142
<programlisting>
146
143
SHOW DateStyle;
147
- NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
144
+ NOTICE: DateStyle is ISO with US (NonEuropean) conventions
148
145
</programlisting>
149
146
</para>
150
147
151
148
<para>
152
149
Show the current genetic optimizer (<literal>geqo</literal>) setting:
153
150
<programlisting>
154
151
SHOW GEQO;
155
- NOTICE:GEQO is ON
152
+ NOTICE: GEQO is ON beginning with 11 relations
156
153
</programlisting>
157
154
</para>
158
155
</refsect1>
0 commit comments