Re: SQL Command - To List Tables ?

From: "mathan" <mathan(at)hotpop(dot)com>
To: <pgmoscatt(at)optushome(dot)com(dot)au>, "PostgreSQL [GENERAL] List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL Command - To List Tables ?
Date: 2003-08-27 11:07:11
Message-ID: 0ff701c36c8b$636e41d0$250110ac@MAMCO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

If you want to get database-specific attributes, such as tables, views,
etc... just try \? from the psql monitor, and you will get a list of nice
functions. '\dt' will list all tables, for example.

Thanks
--mathan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-08-27 11:31:48 Re: move to usenet?
Previous Message Shridhar Daithankar 2003-08-27 10:50:24 Re: SQL Command - To List Tables ?