Re: About table schema - Mailing list pgsql-general

From Mike Mascari
Subject Re: About table schema
Date
Msg-id 40B40178.8060107@mascari.com
Whole thread Raw
In response to Re: About table schema  (Wei Shi <weishisky@yahoo.com>)
Responses Re: About table schema  (Wei Shi <weishisky@yahoo.com>)
List pgsql-general
Wei Shi wrote:
> Is there a function interface to get this information
> other than from "psql" comman line interface?

If you start psql with the '-E' switch, you'll see the queries it
generates to display the meta-data associated with the '\' command
you issue.

You may also query the tables and views in the information_schema
for what you want.

Mike Mascari


pgsql-general by date:

Previous
From: Wei Shi
Date:
Subject: Re: About table schema
Next
From: Wei Shi
Date:
Subject: Re: About table schema