how to get all the tables of a database? - Mailing list pgsql-interfaces

From inkle c
Subject how to get all the tables of a database?
Date
Msg-id 19990825181206.2047.rocketmail@web502.yahoomail.com
Whole thread Raw
List pgsql-interfaces
Hi,

I am trying to get all the tables within a database,
which is equivalent to commandline "select \dt" after "pgsql mydb" gets
connected. I need this to
be written in C/C++ program, it would be something
similar to myPgConnection.ExecCommandOk("select * from
mydb") according to my own naive thought. I know there
is a table pg_database(or whatever) which contains all
databases created, is there a correspondent in any
database, or what is the alternative way to get all
tables from the databases?

Thanks.

inkle
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com



pgsql-interfaces by date:

Previous
From: "Hiroki Kataoka"
Date:
Subject: RE: [INTERFACES] Access 2000
Next
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] Trying to find a PostgreSQL interface