Re: Get name of columns in a table

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Get name of columns in a table
Дата
Msg-id Pine.LNX.4.21.0107281030120.28378-100000@olympus.scw.org
обсуждение исходный текст
Ответ на Get name of columns in a table  (María Elena Hernández<mahelope@pereira.multi.net.co>)
Список pgsql-sql
On Fri, 27 Jul 2001, [iso-8859-1] Mar�a Elena Hern�ndez wrote:

>  Is it possible to get thecoluns names of an a table in the database with a sql
> query??

"psql -E" will show the SQL commands that psql internally uses to display
tables, database, etc. Once in psql, use "\d table_name" to see fields in
a table and the SQL behind that.

--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


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

Предыдущее
От: María Elena Hernández
Дата:
Сообщение: Get name of columns in a table
Следующее
От: Roy Souther
Дата:
Сообщение: Who do I make _ not a wildcard?