mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
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.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user