- output includes the
- linkend="errcodes-appendix">SQLSTATE> error
- code and the source code file name, function name,
- and line number that generated the error.
- Only superusers can change this setting.
-
-
-
-
log_min_error_statement (enum)
+
+ log_error_verbosity (enum)
+
+
log_error_verbosity> configuration parameter
+
+
+ Controls the amount of detail written in the server log for each
+ message that is logged. Valid values are TERSE>,
+ DEFAULT>, and VERBOSE>, each adding more
+ fields to displayed messages. TERSE> excludes
+ the logging of DETAIL>, HINT>,
+ QUERY>, and CONTEXT> error information.
+
VERBOSE> output includes the
+ linkend="errcodes-appendix">SQLSTATE> error
+ code and the source code file name, function name,
+ and line number that generated the error.
+ Only superusers can change this setting.
+
+
+
+
log_hostname (boolean)
# fatal
# panic
-#log_error_verbosity = default # terse, default, or verbose messages
-
#log_min_error_statement = error # values in order of decreasing detail:
# debug5
# debug4
#log_connections = off
#log_disconnections = off
#log_duration = off
+#log_error_verbosity = default # terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '' # special values:
# %a = application name