Re: list tables Examples - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: list tables Examples
Date
Msg-id Pine.LNX.4.44.0208131608120.2346-100000@cm-lcon1-46-187.cm.vtr.net
Whole thread Raw
In response to list tables Examples  ("Luiz Rafael Culik Guimaraes" <culikr@uol.com.br>)
List 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 by date:

Previous
From: Justin Clift
Date:
Subject: Re: O'Reilly Open Source Convention Report
Next
From: Hubert depesz Lubaczewski
Date:
Subject: Re: when to use index, and when not to us index - *the* answer :)