Get a list of columns for a table

Поиск
Список
Период
Сортировка
От Kevin Crenshaw
Тема Get a list of columns for a table
Дата
Msg-id 20050907222005.400BED82FA@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: Get a list of columns for a table  (Josh Berkus <josh@agliodbs.com>)
Re: Get a list of columns for a table  (Terry Lee Tucker <terry@esc1.com>)
Список pgsql-novice

How do I retrieve a list of columns for a table from an outside application?  I don’t want to retrieve any rows from the table just the column related data like what is retrieved using ‘\d [table name]’ in psql.  Can this be done using a simple Select statement?

 

Thanks for your help!

 

Kevin

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Building PostgreSQL from Source using MinGW
Следующее
От: "Kevin Crenshaw"
Дата:
Сообщение: MVCC handling of updates