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

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Sebastian <buddhahead(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: broken 'SHOW TABLE'-like query works in 8, not 8.1.1
Date: 2005-12-30 18:02:20
Message-ID: 20051230180220.GA29874@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 30, 2005 at 03:15:03AM -0500, Sebastian wrote:
> Any ideas for a temporary work around?

You could try querying the system catalogs directly instead of using
the information_schema views; look at the view definitions and run
some "\d" commands under "psql -E" to see what kinds of queries to
make. See also "System Information Functions" and "System Catalogs"
in the documentation.

http://www.postgresql.org/docs/8.1/interactive/functions-info.html
http://www.postgresql.org/docs/8.1/interactive/catalogs.html

--
Michael Fuhr

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2005-12-30 18:32:18 Permissions vs SERIAL columns
Previous Message Bruce Momjian 2005-12-30 17:58:15 Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and