summaryrefslogtreecommitdiff
path: root/doc/src/sgml/sources.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-10-23 18:10:32 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-10-23 18:10:32 +0000
commit0f763503ff3ccdc1255b5dd3add0eff1f6d32162 (patch)
tree851d9bf64dc04b2408c1a56e316ff93de75a9974 /doc/src/sgml/sources.sgml
parent033cb9d30b21f5503f1747f0e5c73ee017e81791 (diff)
downloadpostgresql-0f763503ff3ccdc1255b5dd3add0eff1f6d32162.tar.gz
Spellchecking and such
Diffstat (limited to 'doc/src/sgml/sources.sgml')
-rw-r--r--doc/src/sgml/sources.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index 29be20c99e..1c8d25e447 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.19 2006/09/16 00:30:15 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.20 2006/10/23 18:10:32 petere Exp $ -->
<chapter id="source">
<title>PostgreSQL Coding Conventions</title>
@@ -219,7 +219,7 @@ elog(level, "format string", ...);
<programlisting>
ereport(level, (errmsg_internal("format string", ...)));
</programlisting>
- Notice that the SQLSTATE errcode is always defaulted, and the message
+ Notice that the SQLSTATE error code is always defaulted, and the message
string is not included in the internationalization message dictionary.
Therefore, <function>elog</> should be used only for internal errors and
low-level debug logging. Any message that is likely to be of interest to