Re: list tables Examples

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: list tables Examples
Дата
Msg-id Pine.LNX.4.44.0208131608120.2346-100000@cm-lcon1-46-187.cm.vtr.net
обсуждение исходный текст
Ответ на list tables Examples  ("Luiz Rafael Culik Guimaraes" <culikr@uol.com.br>)
Список pgsql-general
Luiz Rafael Culik Guimaraes dijo:

> How to get all tables associated with an Database with C API.

Use a standard query against pg_class system table, or (probably better)
pg_tables system view.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Postgres is bloatware by design: it was built to house
 PhD theses." (Joey Hellerstein, SIGMOD annual conference 2002)


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: O'Reilly Open Source Convention Report
Следующее
От: Hubert depesz Lubaczewski
Дата:
Сообщение: Re: when to use index, and when not to us index - *the* answer :)