Re: trouble caused by change in 7.3 handling of '' in - Mailing list pgsql-general

From Tom Lane
Subject Re: trouble caused by change in 7.3 handling of '' in
Date
Msg-id 7271.1040338209@sss.pgh.pa.us
Whole thread Raw
In response to Re: trouble caused by change in 7.3 handling of '' in  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
Steve Crawford <scrawford@pinpointresearch.com> writes:
> I am all the more concerned since with version 7.3 the interpretation of
> arrays has become non-consistent.

This is not inconsistent.  You are in both cases trying to feed an empty
string to the input parser for the array's element type.  You may as
well complain because "abc" is acceptable input for text and not for
integer...

            regards, tom lane

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: trouble caused by change in 7.3 handling of '' in
Next
From: Tom Lane
Date:
Subject: Re: Changing column question..