From: Tom Lane Date: Sun, 10 Aug 2003 01:19:18 +0000 (+0000) Subject: Request verbose error message output in bug reports. X-Git-Tag: REL7_4_BETA2~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0019532f478ba699892c8b0c05a5750d81adf69c;p=postgresql Request verbose error message output in bug reports. --- diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 54e4909fe6..ecd7a8740b 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,5 +1,5 @@ @@ -167,6 +167,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.14 2003/04/13 09:56:00 pe it might not happen on our platform. The easiest thing is to copy the output from the terminal, if possible. + + + If you are reporting an error message, please obtain the most verbose + form of the message. In psql, say \set + VERBOSITY verbose beforehand. If you are extracting the message + from the server log, set the run-time parameter + log_error_verbosity to verbose so that all + details are logged. + + In case of fatal errors, the error message reported by the client might