summaryrefslogtreecommitdiff
path: root/doc/src/sgml/errcodes.sgml
diff options
context:
space:
mode:
authorTom Lane2005-01-06 01:49:24 +0000
committerTom Lane2005-01-06 01:49:24 +0000
commitd6294efbec2884b26c3cbbbe59476a7665aad267 (patch)
tree5cb53a1557c714896aea66e2cc94dd8071ae7da9 /doc/src/sgml/errcodes.sgml
parentd97ae8230e0c5be122e71341fd65d3e3553ed010 (diff)
More minor updates and copy-editing.
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r--doc/src/sgml/errcodes.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml
index 1df05a8b6bd..ad556d01516 100644
--- a/doc/src/sgml/errcodes.sgml
+++ b/doc/src/sgml/errcodes.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.11 2004/11/27 21:27:06 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.12 2005/01/06 01:49:24 tgl Exp $ -->
<appendix id="errcodes-appendix">
<title><productname>PostgreSQL</productname> Error Codes</title>
@@ -46,7 +46,9 @@
same as the phrase shown in the table, with underscores substituted
for spaces. For example, code <literal>22012</>, DIVISION BY ZERO,
has condition name <literal>DIVISION_BY_ZERO</>. Condition names can
- be written in either upper or lower case.
+ be written in either upper or lower case. (Note that
+ <application>PL/pgSQL</> does not recognize warning, as opposed to error,
+ condition names; those are classes 00, 01, and 02.)
</para>