Re: How does one get names of all tables in a DB - Mailing list pgsql-interfaces

From Frank Bax
Subject Re: How does one get names of all tables in a DB
Date
Msg-id 5.2.1.1.0.20050320221718.03816230@pop6.sympatico.ca
Whole thread Raw
In response to How does one get names of all tables in a DB  ("Clay, Bruce" <bclay@ball.com>)
List pgsql-interfaces
At 05:41 PM 3/16/05, Clay, Bruce wrote:<br /><blockquote cite="cite" class="cite" type="cite"><font face="arial"
size="2">Ihave looked through all of the documentation could find and still can not find out how to get names of all
tablesin a specified DB.<br /></font><br /><font face="arial" size="2">Is there a way through libpq c interface or
througha SQL message sent through pqexec to get a list of all of the tables in a given DB?</font></blockquote><br /><br
/>Do you have access to CLI?  Run psql with the -E option to show you the SQL behind any of its commands.  Issue the
\dtcommand to list tables.  Process the SQL through your favourite interface. 

pgsql-interfaces by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: How does one get names of all tables in a DB
Next
From: John DeSoi
Date:
Subject: Re: pg.el?