Re: Table Meta-Data

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Table Meta-Data
Дата
Msg-id 20070125145748.GF22980@a-kretschmer.de
обсуждение исходный текст
Ответ на Table Meta-Data  (Greg Lindstrom <greg.lindstrom@novasyshealth.com>)
Ответы Re: Table Meta-Data
Список 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 по дате отправления:

Предыдущее
От: brian stapel
Дата:
Сообщение: Record Availability
Следующее
От: "Brandon Aiken"
Дата:
Сообщение: Re: Table Meta-Data