Re: Column names

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: Column names
Дата
Msg-id Pine.LNX.4.30.0110190945430.17960-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Column names  ("Mark Muffett" <markm@muffett.net>)
Ответы Re: Column names  (merlyn@stonehenge.com (Randal L. Schwartz))
Список pgsql-general
On Fri, 19 Oct 2001, Mark Muffett wrote:

> Is there a simple query to return the column names used in a table?

If you start up psql with the -E option, and then do \dt <tablename>, it
will spit out the SQL used to retrieve the metadata on your table.  You
can use that as your basis.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
After a number of decimal places, nobody gives a damn.


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

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: RPM postmaster -i ?
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: Backup Postgre Windows to Linux