Re: SQL Command - To List Tables ? - Mailing list pgsql-general

From sector119@mail.ru
Subject Re: SQL Command - To List Tables ?
Date
Msg-id 20030827115142.GA2284@city.gov.te.ua
Whole thread Raw
In response to SQL Command - To List Tables ?  (Peter Moscatt <pgmoscatt@optushome.com.au>)
List pgsql-general
> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

select datname from pg_database;

--
WBR, sector119


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Database recovery after fs crash
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Database recovery after fs crash