Re: Another pimple on the type system - Mailing list pgsql-general

From Tom Lane
Subject Re: Another pimple on the type system
Date
Msg-id 25620.1063086850@sss.pgh.pa.us
Whole thread Raw
In response to Another pimple on the type system  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
Greg Stark <gsstark@mit.edu> writes:
> slo=> select '' order by 1;
> ERROR:  Unable to identify an operator '<' for types '"unknown"' and '"unknown"'
>     You will have to retype this query using an explicit cast

7.4 defaults this to type text:

regression=# select '' order by 1;
 ?column?
----------

(1 row)


            regards, tom lane

pgsql-general by date:

Previous
From: Alex
Date:
Subject: Views and Limits
Next
From: Franco Bruno Borghesi
Date:
Subject: SRF question