|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.14 2003/04/13 09:56:00 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15 2003/08/10 01:19:18 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <sect1 id="bug-reporting">
|
@@ -167,6 +167,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.14 2003/04/13 09:56:00 pe
|
167 | 167 | it might not happen on our platform. The easiest thing is to copy the output
|
168 | 168 | from the terminal, if possible.
|
169 | 169 | </para>
|
| 170 | + <note> |
| 171 | + <para> |
| 172 | + If you are reporting an error message, please obtain the most verbose |
| 173 | + form of the message. In <application>psql</>, say <literal>\set |
| 174 | + VERBOSITY verbose</> beforehand. If you are extracting the message |
| 175 | + from the server log, set the run-time parameter |
| 176 | + <varname>log_error_verbosity</> to <literal>verbose</> so that all |
| 177 | + details are logged. |
| 178 | + </para> |
| 179 | + </note> |
170 | 180 | <note>
|
171 | 181 | <para>
|
172 | 182 | In case of fatal errors, the error message reported by the client might
|
|