From: | "imageguy" <imageguy1206(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Documenting PGSQL database. |
Date: | 2007-04-08 13:53:21 |
Message-ID: | 1176040401.813888.260550@l77g2000hsb.googlegroups.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Apr 7, 4:07 pm, rpk(dot)gene(dot)(dot)(dot)(at)gmail(dot)com (RPK) wrote:
> I am using PGSQL 8.2.3 on Windows XP. I want to know whether there is any way
> of documenting the schema of PGSQL database so that I can get a printed copy
> of the same.
> --
> View this message in context:http://www.nabble.com/Documenting-PGSQL-database.-tf3541712.html#a988...
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
Don't know if this helps, but have you tried;
SELECT * FROM INFORMATION_SCHEMA.tables
- or -
SELECT * FROM INFORMATION_SCHEMA.columns
Have added benefit of being and SQL standard so works on MS-SQL too.
Geoff.
From | Date | Subject | |
---|---|---|---|
Next Message | marcel.beutner | 2007-04-08 16:52:39 | Re: newid() in postgres |
Previous Message | filippo | 2007-04-08 00:53:53 | Re: perl DBI: problems searching text strings with ' symbol (es d'ambrose) |