Add wording so people know PANIC is really "off" for log_min_error_statement.
authorBruce Momjian
Thu, 3 Oct 2002 02:26:49 +0000 (02:26 +0000)
committerBruce Momjian
Thu, 3 Oct 2002 02:26:49 +0000 (02:26 +0000)
doc/src/sgml/runtime.sgml

index 1bb3ce7f07e1f5158d42b7cd7c968c60a1613b02..a7215c89ce097cc8a62e9b9818692ca929cc0a3c 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1038,13 +1038,13 @@ env PGOPTIONS='-c geqo=off' psql
        
         This controls which message types output the original query to
         the server logs. All queries matching the setting or higher are
-        logged. The default is PANIC. Valid values
-        are DEBUG5DEBUG4,
-        DEBUG3DEBUG2,
-        DEBUG1INFO,
-        NOTICEWARNING,
-        ERRORFATAL, and
-   PANIC.
+        logged. The default is PANIC (effectively
+        "off"). Valid values are DEBUG5,
+        DEBUG4DEBUG3,
+        DEBUG2DEBUG1,
+        INFONOTICE,
+        WARNINGERROR,
+        FATAL, and PANIC.
        
        
         It is recommended you enable LOG_PID as well