Or in psql try "\d"
-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Tom Jenkins
Sent: Thursday, July 25, 2002 5:35 PM
To: Varsha Agarwal
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] List tables in the database
Varsha Agarwal wrote:
> Hi,
> I want to see the list of all the tables in the database. Can anyone
> tell me how to do that? I tried show table but thats not working.
> -Varha
>
select * from pg_tables;
Tom
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org