Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function - Mailing list pgsql-testers

From Josh Berkus
Subject Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function
Date
Msg-id 4B94320B.9000804@agliodbs.com
Whole thread Raw
In response to Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function  (Noel Proffitt <noelp@calpacs.org>)
List pgsql-testers
On 3/6/10 5:10 PM, Josh Berkus wrote:
> On 3/2/10 8:07 PM, Noel Proffitt wrote:
>> [TEST REPORT]
>>
>> [Release]: 9.0 Alpha 4
>>
>> [Test Type]: feature
>>
>> [Test]: NUMERICS OF DIFFERENT SCALE UNABLE TO CAST TO RESULTS IN SET
>> RETURNING FUNCTION
>
> Verified as a problem in 9.0.

Per pgsql-bugs, it's an expected compatibility issue due to unifying the
SQL and PLPGSQL parsers.  That is, the fact that plpgsql used to let you
do this was regarded as a bug, and was not consistent with the SQL
command line.

Worth noting in the release notes as part of a general class of
backwards-compatibility issues.

--Josh Berkus


pgsql-testers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function
Next
From: Noel Proffitt
Date:
Subject: Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function