diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index 295c41ffad8..5d1a770bf87 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.5 2004/05/14 21:42:27 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.6 2004/05/16 23:18:52 neilc Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -311,6 +311,16 @@ </row> <row> +<entry><literal>2201E</literal></entry> +<entry>INVALID ARGUMENT FOR LOGARITHM</entry> +</row> + +<row> +<entry><literal>2201F</literal></entry> +<entry>INVALID ARGUMENT FOR POWER FUNCTION</entry> +</row> + +<row> <entry><literal>2201G</literal></entry> <entry>INVALID ARGUMENT FOR WIDTH BUCKET FUNCTION</entry> </row> |