Re: List tables in the database

Поиск
Список
Период
Сортировка
От Tom Jenkins
Тема Re: List tables in the database
Дата
Msg-id 3D409923.9050704@devis.com
обсуждение исходный текст
Ответ на List tables in the database  ("Varsha Agarwal" <varsha_agarwal@hotmail.com>)
Ответы Re: List tables in the database  ("Gavin M. Roy" <gmr@justsportsusa.com>)
Список pgsql-general
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



В списке pgsql-general по дате отправления:

Предыдущее
От: "Varsha Agarwal"
Дата:
Сообщение: List tables in the database
Следующее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: List tables in the database