|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.150 2002/11/11 20:14:03 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.151 2002/11/14 23:53:26 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -854,18 +854,17 @@ env PGOPTIONS='-c geqo=off' psql
|
854 | 854 | <para>
|
855 | 855 | <variablelist>
|
856 | 856 | <varlistentry>
|
857 |
| - <term><varname>SERVER_MIN_MESSAGES</varname> (<type>string</type>)</term> |
| 857 | + <term><varname>CLIENT_MIN_MESSAGES</varname> (<type>string</type>)</term> |
858 | 858 | <listitem>
|
859 | 859 | <para>
|
860 |
| - This controls how much message detail is written to the server |
861 |
| - logs. Valid values are <literal>DEBUG5</>, |
| 860 | + This controls how much message detail is written to the |
| 861 | + client. Valid values are <literal>DEBUG5</>, |
862 | 862 | <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
|
863 |
| - <literal>DEBUG1</>, <literal>INFO</>, <literal>NOTICE</>, |
864 |
| - <literal>WARNING</>, <literal>ERROR</>, <literal>LOG</>, |
865 |
| - <literal>FATAL</>, and <literal>PANIC</>. Later values send |
866 |
| - less detail to the logs. The default is <literal>NOTICE</>. |
867 |
| - Note that <literal>LOG</> has a different precedence here than |
868 |
| - in <literal>CLIENT_MIN_MESSAGES</>. |
| 863 | + <literal>DEBUG1</>, <literal>LOG</>, <literal>NOTICE</>, |
| 864 | + <literal>WARNING</>, and <literal>ERROR</>. Later values send |
| 865 | + less information to the client. The default is |
| 866 | + <literal>NOTICE</>. Note that <literal>LOG</> has a different |
| 867 | + precedence here than in <literal>LOG_MIN_MESSAGES</>. |
869 | 868 | </para>
|
870 | 869 |
|
871 | 870 | <para>
|
@@ -952,23 +951,6 @@ env PGOPTIONS='-c geqo=off' psql
|
952 | 951 | </listitem>
|
953 | 952 | </varlistentry>
|
954 | 953 |
|
955 |
| - <varlistentry> |
956 |
| - <term><varname>CLIENT_MIN_MESSAGES</varname> (<type>string</type>)</term> |
957 |
| - <listitem> |
958 |
| - <para> |
959 |
| - This controls how much message detail is written to the |
960 |
| - client. Valid values are <literal>DEBUG5</>, |
961 |
| - <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>, |
962 |
| - <literal>DEBUG1</>, <literal>LOG</>, <literal>NOTICE</>, |
963 |
| - <literal>WARNING</>, and <literal>ERROR</>. Later values send |
964 |
| - less information to the client. The default is |
965 |
| - <literal>NOTICE</>. Note that <literal>LOG</> has a different |
966 |
| - precedence here than in <literal>SERVER_MIN_MESSAGES</>. Also |
967 |
| - see that section for an explanation of the various values. |
968 |
| - </para> |
969 |
| - </listitem> |
970 |
| - </varlistentry> |
971 |
| - |
972 | 954 | <varlistentry>
|
973 | 955 | <term><varname>DEBUG_ASSERTIONS</varname> (<type>boolean</type>)</term>
|
974 | 956 | <listitem>
|
@@ -1076,6 +1058,25 @@ env PGOPTIONS='-c geqo=off' psql
|
1076 | 1058 | </listitem>
|
1077 | 1059 | </varlistentry>
|
1078 | 1060 |
|
| 1061 | + <varlistentry> |
| 1062 | + <term><varname>LOG_MIN_MESSAGES</varname> (<type>string</type>)</term> |
| 1063 | + <listitem> |
| 1064 | + <para> |
| 1065 | + This controls how much message detail is written to the server |
| 1066 | + logs. Valid values are <literal>DEBUG5</>, |
| 1067 | + <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>, |
| 1068 | + <literal>DEBUG1</>, <literal>INFO</>, <literal>NOTICE</>, |
| 1069 | + <literal>WARNING</>, <literal>ERROR</>, <literal>LOG</>, |
| 1070 | + <literal>FATAL</>, and <literal>PANIC</>. Later values send |
| 1071 | + less detail to the logs. The default is <literal>NOTICE</>. |
| 1072 | + Note that <literal>LOG</> has a different precedence here than |
| 1073 | + in <literal>CLIENT_MIN_MESSAGES</>. Also see that section |
| 1074 | + for an explanation of the various values. |
| 1075 | + </para> |
| 1076 | + |
| 1077 | + </listitem> |
| 1078 | + </varlistentry> |
| 1079 | + |
1079 | 1080 | <varlistentry>
|
1080 | 1081 | <term><varname>LOG_PID</varname> (<type>boolean</type>)</term>
|
1081 | 1082 | <listitem>
|
@@ -2177,7 +2178,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
2177 | 2178 | </row>
|
2178 | 2179 | <row>
|
2179 | 2180 | <entry><option>-d <replaceable>x</replaceable></option></entry>
|
2180 |
| - <entry><literal>server_min_messages = DEBUG<replaceable>x</replaceable></></entry> |
| 2181 | + <entry><literal>log_min_messages = DEBUG<replaceable>x</replaceable></></entry> |
2181 | 2182 | </row>
|
2182 | 2183 | <row>
|
2183 | 2184 | <entry><option>-F</option></entry>
|
|
0 commit comments