viewing the description of tables from python DB-API

From: "Daniel Joo" <djoo(at)vistagen-inc(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: viewing the description of tables from python DB-API
Date: 2006-08-01 22:30:48
Message-ID: 20060801223740.4B60E9FB1D4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2006-08-01 23:00:39 Re: viewing the description of tables from python DB-API
Previous Message Aaron Bono 2006-08-01 19:32:54 Re: Joining a result set from four (4) tables