Re: viewing the description of tables from python DB-API

Поиск
Список
Период
Сортировка
От Rodrigo De Leon
Тема Re: viewing the description of tables from python DB-API
Дата
Msg-id a55915760608011614t485b6e49qaaecb89e8ff567b3@mail.gmail.com
обсуждение исходный текст
Ответ на viewing the description of tables from python DB-API  ("Daniel Joo" <djoo@vistagen-inc.com>)
Ответы Re: viewing the description of tables from python DB-API  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-sql
On 8/1/06, Daniel Joo <djoo@vistagen-inc.com> wrote:
> Hi all,
>
>
>
> Is there a way to view the list of all tables from python (or any other
> languages for that matter) DB-API?  What I'm looking for is a command
> similar to the meta-command '\d' that works with the psql client.
>
>
>
> Thanks very much!
>
>
>
> Dan

There's also the INFORMATION_SCHEMA:

http://www.postgresql.org/docs/8.1/static/information-schema.html

Regards,

Rodrigo


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: viewing the description of tables from python DB-API
Следующее
От: John Tregea
Дата:
Сообщение: Re: Joining a result set from four (4) tables