Re: Recent updates

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Recent updates
Дата
Msg-id 199807141344.JAA22222@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Recent updates  ("Thomas G. Lockhart" <lockhart@alumnus.caltech.edu>)
Список pgsql-hackers
> postgres=> select null union all select null;
> ?column?
> --------
>
>
> (2 rows)
>
> An additional problem is that the UNION parsing is done recursively, so
> the routine which does the type matching does not see a list of all the
> clauses all at once.
>
> Any ideas?

I knew there was a reason I did not support NULL in union.  :-)

Just kidding.  I never thought of testing it, and a good thing too.  :-)

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] atttypmod now 32 bits, interface change
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] HPUX Port