Re: list tables Examples

Поиск
Список
Период
Сортировка
От am@fx.ro
Тема Re: list tables Examples
Дата
Msg-id 20020814130151.A221@coto
обсуждение исходный текст
Ответ на list tables Examples  ("Luiz Rafael Culik Guimaraes" <culikr@uol.com.br>)
Список pgsql-general
On Tue, Aug 13, 2002 at 01:25:44PM -0300, Luiz Rafael Culik Guimaraes wrote:
> Dear Friend
>
> I searched all postgresql page and didn´t find.
> How to get all tables associated with an Database with C API.
> as Mysql api mysql_list_tables

You'll have to fetch the results of a query like:

select tablename from pg_tables

or

select tablename from pg_tables where not tableowner='postgres'


Adrian Maier
(am@fx.ro)

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

Предыдущее
От: "Mario Weilguni"
Дата:
Сообщение: Re: oid2name reports much fewer files...
Следующее
От: Christian Mock
Дата:
Сообщение: Re: performance with triggers depends on table size?