Re: [BUGS] BUG #14614: Combination of UNION, EXCEPT and ORDER BY produces an error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14614: Combination of UNION, EXCEPT and ORDER BY produces an error
Дата
Msg-id 10269.1491581959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14614: Combination of UNION,EXCEPT and ORDER BY produces an error  (sean.johnston@edgeintelligence.com)
Список pgsql-bugs
sean.johnston@edgeintelligence.com writes:
> STATEMENT:  ( ( select 1,2,3 ) union ( select 4,5,6 order by 1,2 ) order by
> 1,2 ) except ( select 4,5,6 ) order by 1,2;
> ERROR:  no relation entry for relid 0

I've pushed a fix for this.  Thanks for the report!
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: sean.johnston@edgeintelligence.com
Дата:
Сообщение: [BUGS] BUG #14614: Combination of UNION,EXCEPT and ORDER BY produces an error
Следующее
От: Noah Misch
Дата:
Сообщение: [BUGS] Re: BUG #14600: Passwords in user mappings leaked by psql \deu+command