Re: Data Dictionary generator?

From: Patrick Hatcher <PHatcher(at)macys(dot)com>
To: "Dann Corbit" <DCorbit(at)connx(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Dictionary generator?
Date: 2005-11-02 23:58:44
Message-ID: OF5A162F94.C123ACE3-ON882570AD.0083A267-882570AD.0083B875@FDS.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you.
"select * From information_schema.columns where table_schema = 'public' and
table_name = 'mdc_products'
order by ordinal_position;"

Thanks again.

Patrick Hatcher


"Dann Corbit"
<DCorbit(at)connx(dot)co
m> To
"Patrick Hatcher"
11/02/2005 03:45 <PHatcher(at)macys(dot)com>,
PM <pgsql-general(at)postgresql(dot)org>
cc

Subject
RE: [GENERAL] Data Dictionary
generator?





PostgreSQL has Information Schema

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of Patrick Hatcher
> Sent: Wednesday, November 02, 2005 3:39 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Data Dictionary generator?
>
>
>
> 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?
> tia
> Patrick
>
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Terenzio 2005-11-03 00:09:00 Re: SQL injection
Previous Message Dann Corbit 2005-11-02 23:45:13 Re: Data Dictionary generator?