Re: Tables Question

Поиск
Список
Период
Сортировка
От Gilles DAROLD
Тема Re: Tables Question
Дата
Msg-id 399B929F.8B278F38@darold.net
обсуждение исходный текст
Ответ на Tables Question  (e411@altavista.com)
Список pgsql-general
Hi,


> How can I retrieve the "names" of all the tables in my database ?

Not sure what you are using but if you use DBI perl interface you can
use
this two functions :

$sth = $dbh->table_info;
@names = $dbh->tables;

They works well with DBD::Pg.

In psql simply type \d..... this is certainly not what you are asking.

Regards


В списке pgsql-general по дате отправления:

Предыдущее
От: sridhvenk@yahoo.com
Дата:
Сообщение: Re: Tables Question
Следующее
От: Jerome Raupach
Дата:
Сообщение: optimization in C