Re: SQL Command - To List Tables ?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Peter Moscatt <pgmoscatt(at)optushome(dot)com(dot)au>
Cc: "PostgreSQL [GENERAL] List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL Command - To List Tables ?
Date: 2003-08-27 13:09:16
Message-ID: 20030827130916.GH25066@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 27, 2003 at 20:37:14 +1000,
Peter Moscatt <pgmoscatt(at)optushome(dot)com(dot)au> wrote:
> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

select datname from pg_database;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carmen Gloria Sepulveda Dedes 2003-08-27 13:17:01 Re: SQL Command - To List Tables ?
Previous Message Bruno Wolff III 2003-08-27 13:07:09 Re: pgplsql - Oracle nvl