Re: List tables in the database - Mailing list pgsql-general

From Gavin M. Roy
Subject Re: List tables in the database
Date
Msg-id 003f01c2343d$37bd08a0$6afea8c0@gmr
Whole thread Raw
In response to Re: List tables in the database  (Tom Jenkins <tjenkins@devis.com>)
List pgsql-general
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




pgsql-general by date:

Previous
From: Tom Jenkins
Date:
Subject: Re: List tables in the database
Next
From: Bruce Momjian
Date:
Subject: Re: Linux max on shared buffers?