Re: [HACKERS] Re: Recent updates [to union]

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Re: Recent updates [to union]
Date: 1998-07-14 14:52:32
Message-ID: 01BDAF48.489C7080@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> The problem appears to be in the sorting of nulls, which is used by
>> UNION ALL:
>> test=> select null order by 1;
>> ERROR: type id lookup of 0 failed
>
>Hmm. And I've got trouble with the following when I assigned the type
>"UNKNOWNOID" to the null fields:

I think this is ok. Since the first select has to define the datatype, I think a forced
typecasting (like NULL::varchar) is perfectly OK in the above case.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-07-14 15:09:29 Re: [HACKERS] atttypmod now 32 bits, interface change
Previous Message Tom Lane 1998-07-14 14:28:46 Re: AW: [HACKERS] Sequence objects have no global currval operator?