EXCEPT doesn't compare TIMESTAMP type?

Поиск
Список
Период
Сортировка
От dipti shah
Тема EXCEPT doesn't compare TIMESTAMP type?
Дата
Msg-id k2pd5b05a951004230331t2ad9c9d4ub0bcad9cf6b84ff3@mail.gmail.com
обсуждение исходный текст
Ответы Re: EXCEPT doesn't compare TIMESTAMP type?  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Re: EXCEPT doesn't compare TIMESTAMP type?  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
Hi, could anyone please tell me what is wrong in below query.  Does it mean that EXCEPT doesn't allow comparing TIMESTAMP type?
 
techdb=# INSERT INTO changelogtest (id, txid, txtime) values (5, 123, 'now')
except select id, txid, txtime
from changelogtest
where id=5;
ERROR:  EXCEPT types text and timestamp without time zone cannot be matched
LINE 2: except select id, txid, txtime
                                ^
 
Thanks,
Dipti

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Multicolumn primary key with null value
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: EXCEPT doesn't compare TIMESTAMP type?