Re: Query a list of tables - Mailing list pgsql-admin

From Campbell, Lance
Subject Re: Query a list of tables
Date
Msg-id B10E6810AC2A2F4EA7550D072CDE8760CDDEC0@SAB-FENWICK.sab.uiuc.edu
Whole thread Raw
In response to Re: Query a list of tables  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: Query a list of tables  ("Gibson Chimhamhiwa" <gchimhamhiwa@gmail.com>)
Re: Query a list of tables  ("Milen A. Radev" <milen@radev.net>)
List pgsql-admin
Is there a list somewhere of the system catalog tables and examples of
querying it for administrative reasons?

-----Original Message-----
From: Scott Marlowe [mailto:scott.marlowe@gmail.com]
Sent: Wednesday, July 23, 2008 10:02 AM
To: Campbell, Lance
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Query a list of tables

On Wed, Jul 23, 2008 at 8:56 AM, Campbell, Lance <lance@illinois.edu>
wrote:
> What is the SQL to do the following:
>
>
>
> 1)      Return a list of all possible SCHEMA names within a database.
>
> 2)      For a given SCHEMA return the list of all table names.

You can either do it with the INFORMATION_SCHEMA, or the system
catalogs.  To see how to do it with the system catalogs, then start
psql with the -E switch and issue \dn and set search_path='schemaname'
and \d

pgsql-admin by date:

Previous
From: "Gibson Chimhamhiwa"
Date:
Subject: Re: Query a list of tables
Next
From: "Gibson Chimhamhiwa"
Date:
Subject: Re: Query a list of tables