Re: Function quote_literal broken in CATALOG_VERSION_NO 200707251 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Function quote_literal broken in CATALOG_VERSION_NO 200707251
Date
Msg-id 20224.1187667431@sss.pgh.pa.us
Whole thread Raw
In response to Function quote_literal broken in CATALOG_VERSION_NO 200707251  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
List pgsql-hackers
"Jignesh K. Shah" <J.K.Shah@Sun.COM> writes:
> # select quote_literal(1);
> 2007-08-20 18:50:17 PDT ERROR:  function quote_literal(integer) does not 
> exist at character 8

quote_literal(integer) never existed in any previous release, either.

What you are seeing is a side effect of the removal of implicit casts to
text.  IMHO rejecting this query is a good thing.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: tsearch2 patch status report
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: more problems with the money type