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)