Re: How does one get names of all tables in a DB

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: How does one get names of all tables in a DB
Дата
Msg-id 5.2.1.1.0.20050320221718.03816230@pop6.sympatico.ca
обсуждение исходный текст
Ответ на How does one get names of all tables in a DB  ("Clay, Bruce" <bclay@ball.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: How does one get names of all tables in a DB
Следующее
От: John DeSoi
Дата:
Сообщение: Re: pg.el?