Re: Any way to SELECT a list of table names?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Any way to SELECT a list of table names?
Дата
Msg-id btq43d$9dd$1@sea.gmane.org
обсуждение исходный текст
Ответ на Any way to SELECT a list of table names?  ("Eric Freeman" <ejf7@hotmail.com>)
Список pgsql-general
Eric Freeman schrieb:
> Is there any way in Postgres to SELECT a list of table names from inside
> of a C program using ECPG?
> Something similar to SELECT current_user that will give you all of the
> tables in the database you are connected to.
>

I guess you are looking for the information stored in pg_tables:

http://www.postgresql.org/docs/current/static/view-pg-tables.html

Thomas



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

Предыдущее
От: "Eric Freeman"
Дата:
Сообщение: Any way to SELECT a list of table names?
Следующее
От: Igor Shevchenko
Дата:
Сообщение: psql's "\d" and CLUSTER