Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1
Date
Msg-id 14728.1135967766@sss.pgh.pa.us
Whole thread Raw
In response to Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Permissions vs SERIAL columns
Next
From: Simon Riggs
Date:
Subject: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and