1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.105 2002/03/02 21:39:15 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.106 2002/03/06 06:44:32 momjian Exp $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -139,13 +139,13 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
139
139
One surprise you might encounter while running <command>initdb</command> is
140
140
a notice similar to this one:
141
141
<screen>
142
- NOTICE : Initializing database with en_US collation order.
142
+ WARNING : Initializing database with en_US collation order.
143
143
This locale setting will prevent use of index optimization for
144
144
LIKE and regexp searches. If you are concerned about speed of
145
145
such queries, you may wish to set LC_COLLATE to "C" and
146
146
re-initdb. For more information see the Administrator's Guide.
147
147
</screen>
148
- This notice is intended to warn you that the currently selected locale
148
+ This is intended to warn you that the currently selected locale
149
149
will cause indexes to be sorted in an order that prevents them from
150
150
being used for LIKE and regular-expression searches. If you need
151
151
good performance of such searches, you should set your current locale
@@ -821,10 +821,10 @@ env PGOPTIONS='-c geqo=off' psql
821
821
default is <literal>NOTICE</>. Valid values are <literal>DEBUG5</>,
822
822
<literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
823
823
<literal>DEBUG1</>, <literal>INFO</>, <literal>NOTICE</>,
824
- <literal>ERROR </>, <literal>LOG </>, <literal>FATAL </>,
825
- <literal>PANIC</>. Later values send less detail to the logs.
826
- <literal>LOG</> has a different precedence here than in
827
- <literal>CLIENT_MIN_MESSAGES</>.
824
+ <literal>WARNING </>, <literal>ERROR </>, <literal>LOG </>,
825
+ <literal>FATAL</>, and <literal>PANIC</>. Later values send less
826
+ detail to the logs. <literal>LOG</> has a different precedence
827
+ here than in <literal>CLIENT_MIN_MESSAGES</>.
828
828
</para>
829
829
</listitem>
830
830
</varlistentry>
@@ -834,13 +834,13 @@ env PGOPTIONS='-c geqo=off' psql
834
834
<listitem>
835
835
<para>
836
836
This controls how much detail is written to the client. The
837
- default is <literal>INFO </>. Valid values are
837
+ default is <literal>NOTICE </>. Valid values are
838
838
<literal>DEBUG5</>, <literal>DEBUG4</>, <literal>DEBUG3</>,
839
839
<literal>DEBUG2</>, <literal>DEBUG1</>, <literal>LOG</>,
840
- <literal>INFO </>, <literal>NOTICE </>, <literal>ERROR</>,
841
- <literal>FATAL </>, <literal>PANIC</>. Later values send less
842
- information to the user. literal>LOG</> has a different
843
- precedence here than in <literal>SERVER_MIN_MESSAGES</>.
840
+ <literal>NOTICE </>, <literal>WARNING </>, and <literal>ERROR</>.
841
+ Later values send less information to the user. <literal>LOG </>
842
+ has a different precedence here than in
843
+ <literal>SERVER_MIN_MESSAGES</>.
844
844
</para>
845
845
</listitem>
846
846
</varlistentry>
0 commit comments