Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1
Дата
Msg-id 14728.1135967766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> However, EXPLAIN fails in 8.1.1:
> test=> EXPLAIN SELECT * FROM information_schema.element_types;
> ERROR:  record type has not been registered

I've applied a patch for this.  It's just a bug in EXPLAIN output,
however, and doesn't have anything directly to do with the performance
issue.
        regards, tom lane


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Permissions vs SERIAL columns
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and