Re: Data Dictionary generator? - Mailing list pgsql-general

From David Fetter
Subject Re: Data Dictionary generator?
Date
Msg-id 20051103014942.GF29465@fetter.org
Whole thread Raw
In response to Data Dictionary generator?  (Patrick Hatcher <PHatcher@macys.com>)
List pgsql-general
On Wed, Nov 02, 2005 at 03:39:24PM -0800, Patrick Hatcher wrote:
>
>
> I need to generate a  data dictionary for all my tables (name, column,
> type, etc)  in my database.  Is there an easy to do this without having to
> do a \d tablename for each table?

You could use pg_dump -s to get the schema, or in psql \d by itself
gets you everything :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: FOSS Reporting tools (was Oracle 10g Express - any danger for Postgres?)
Next
From: Steven Brown
Date:
Subject: Changing ids conflicting with serial values?