Re: List tables in the database

Поиск
Список
Период
Сортировка
От Gavin M. Roy
Тема Re: List tables in the database
Дата
Msg-id 003f01c2343d$37bd08a0$6afea8c0@gmr
обсуждение исходный текст
Ответ на Re: List tables in the database  (Tom Jenkins <tjenkins@devis.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Jenkins
Дата:
Сообщение: Re: List tables in the database
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Linux max on shared buffers?