Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Michael Fuhr <mike(at)fuhr(dot)org>
  • Cc: Sebastian <buddhahead(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
  • Subject: Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1
  • Date: Fri, 30 Dec 2005 13:36:06 -0500
  • Message-id: <14728.1135967766@sss.pgh.pa.us> <text/plain>

Michael Fuhr <mike(at)fuhr(dot)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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group