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

From: "Rodrigo De Leon" <rdeleonp(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: viewing the description of tables from python DB-API
Date: 2006-08-01 23:14:03
Message-ID: a55915760608011614t485b6e49qaaecb89e8ff567b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 8/1/06, Daniel Joo <djoo(at)vistagen-inc(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message John Tregea 2006-08-02 03:55:46 Re: Joining a result set from four (4) tables
Previous Message Alvaro Herrera 2006-08-01 23:00:39 Re: viewing the description of tables from python DB-API