Re: Table Meta-Data - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: Table Meta-Data
Date
Msg-id 20070125145748.GF22980@a-kretschmer.de
Whole thread Raw
In response to Table Meta-Data  (Greg Lindstrom <greg.lindstrom@novasyshealth.com>)
Responses Re: Table Meta-Data
List pgsql-novice
am  Thu, dem 25.01.2007, um  7:38:35 -0600 mailte Greg Lindstrom folgendes:
> Hello,
>
> I am running Postgres 8.0 on a Gento Box and would like to access the
> information about the tables in my database.  How do I access the column
> names, data types, comments, etc?

Inside psql you can use \d table and some other commands, listed with
\?.

If you start psql with -E, you can see the underlaying SQL-commnds to
retrieve this informations.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-novice by date:

Previous
From: brian stapel
Date:
Subject: Record Availability
Next
From: "Brandon Aiken"
Date:
Subject: Re: Table Meta-Data