From 2146bfc869bfd4967b0bbf260f386344f02506b9 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 4 Mar 2004 21:47:18 +0000 Subject: 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. --- doc/src/sgml/errcodes.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ - + <productname>PostgreSQL</productname> Error Codes @@ -95,6 +95,10 @@ WARNING STRING DATA RIGHT TRUNCATION + +01P01 +WARNING DEPRECATED FEATURE + Class 02 -- cgit v1.2.3