diff options
author | Neil Conway | 2004-05-16 23:18:55 +0000 |
---|---|---|
committer | Neil Conway | 2004-05-16 23:18:55 +0000 |
commit | 2871f60f232a5a5b496f3d75156bfeb679c3d161 (patch) | |
tree | ec553ac498df2de5313f5775d34f0e627eee118a /doc/src | |
parent | 335cf9ae7f2c10d8ce77247fd8c2f9cd123f1f16 (diff) |
Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE
error codes for certain error conditions, as specified by SQL2003.
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> |