Re: Recent updates

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: Recent updates
Дата
Msg-id 35AAEACE.E086D62@apop-server.alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: Recent updates  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
>         test=> select 4 union select 5 union all select null;
>         ?column?
>         --------
>
>         ¼
>
>         (3 rows)
>
> And the character randomly changes depending on the constant you use.
> Strange.

Well, this is just another symptom of a lost or uninitialized memory
area; I get

postgres=> select 4 union select 5 union all select null;
?column?
--------



(3 rows)

with apparently blank or null results.

I'll check on the "NULL UNION NULL" problem. Since there is _absolutely
no context_ to assign a type it's a bit strange...

                          - Tom

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Recent updates
Следующее
От: Andreas Zeugswetter
Дата:
Сообщение: AW: [HACKERS] Sequence objects have no global currval operator?