diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-04 21:47:18 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-04 21:47:18 +0000 |
commit | 2146bfc869bfd4967b0bbf260f386344f02506b9 (patch) | |
tree | 9d1f0efd11e8cc894ab77df44344ba344ab17a4a /doc/src | |
parent | 0b1f7cccd72047be738f97d2ed3d00ae93743c74 (diff) |
Emit a warning when an empty string is input to the oid, float4, and
float8 types. This begins the deprecation of this feature: in 7.6,
this input will be rejected.
Also added a new error code for warnings about deprecated features,
and updated the regression tests.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index 7628bbee2a5..3afb85ec794 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.2 2003/11/29 19:51:37 pgsql Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.3 2004/03/04 21:47:18 neilc Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -95,6 +95,10 @@ <entry>WARNING STRING DATA RIGHT TRUNCATION</entry> </row> +<row> +<entry><literal>01P01</literal></entry> +<entry>WARNING DEPRECATED FEATURE</entry> +</row> <row> <entry>Class 02</entry> |