Re: How to get table definition of a PostgreSQL table

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: How to get table definition of a PostgreSQL table
Дата
Msg-id 200610270653.18624.sdavis2@mail.nih.gov
обсуждение исходный текст
Ответ на How to get table definition of a PostgreSQL table  (Sandeep Khandelwal <sandeep_khandelwal27@yahoo.com>)
Список pgsql-interfaces
On Friday 27 October 2006 02:25, Sandeep Khandelwal wrote:
> Hi.
>
> I would like to get field's name, datatype of each field, length of each
> field and precision of each field of a PostgreSQL table. Please let me SQL
> query to get this information.

See these two chapters in the postgresql docs:

http://www.postgresql.org/docs/8.1/interactive/catalogs.html
http://www.postgresql.org/docs/8.1/interactive/information-schema.html

Each has advantages over the other.

Also, if you start psql with the flag --echo-hidden, when you do commands like 
\dt and \d+, psql will show you the sql it uses to produce that output.

Sean


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Sandeep Khandelwal
Дата:
Сообщение: How to get table definition of a PostgreSQL table
Следующее
От: Brett Schwarz
Дата:
Сообщение: Re: pg_exec commit causes extremely long delays