BUG #1453: NULLs in UNION query

Поиск
Список
Период
Сортировка
От
Тема BUG #1453: NULLs in UNION query
Дата
Msg-id 20050131235516.22DF19A5812@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1453: NULLs in UNION query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1453
Logged by:
Email address:      m.woehling@barthauer.de
PostgreSQL version: 8.0.0
Operating system:   Windows 2000
Description:        NULLs in UNION query
Details:

The following query should not raise an error ("ERROR:  UNION types text and
integer cannot be matched"):

SELECT NULL AS Test
UNION ALL SELECT NULL
UNION ALL SELECT 0

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

Предыдущее
От: Heiko Nocon
Дата:
Сообщение: Re: BUG #1443: Can't start service of Postgres
Следующее
От: "Jonathan Chen"
Дата:
Сообщение: BUG #1452: psql and other programs don't offer a password prompt, so I can't login to databases