Re: BUG: Each UNION | EXCEPT | INTERSECT query must have the same number of columns.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG: Each UNION | EXCEPT | INTERSECT query must have the same number of columns.
Дата
Msg-id 21796.986013331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG: Each UNION | EXCEPT | INTERSECT query must have the same number of columns.  (Jacek Konieczny <jajcus@bnet.pl>)
Список pgsql-bugs
Jacek Konieczny <jajcus@bnet.pl> writes:
> CREATE TABLE tb1 ( a CHARACTER(10) DEFAULT 'abc', b CHARACTER(10));
> CREATE TABLE tb2 ( a CHARACTER(10), b CHARACTER(10));
> INSERT INTO tb1(b) SELECT b FROM tb2 EXCEPT SELECT b FROM tb1;

This is fixed for 7.1.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: LATIN2 and wrong upper() and lower() functions output
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: unix_socket_directory isn't used by all bin tools