aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/sources.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index 514090d5a64..06d995e4b76 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -105,7 +105,8 @@ less -x4
<para>
There are two required elements for every message: a severity level
- (ranging from <literal>DEBUG</literal> to <literal>PANIC</literal>) and a primary
+ (ranging from <literal>DEBUG</literal> to <literal>PANIC</literal>, defined
+ in <filename>src/include/utils/elog.h</filename>) and a primary
message text. In addition there are optional elements, the most
common of which is an error identifier code that follows the SQL spec's
SQLSTATE conventions.