Re: attributes of columns from a table in postgresql database

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: attributes of columns from a table in postgresql database
Дата
Msg-id 20090508161214.GB25551@eddie
обсуждение исходный текст
Ответ на attributes of columns from a table in postgresql database  (Pallayya Sarma Karra <kpsarma5@gmail.com>)
Ответы Re: attributes of columns from a table in postgresql database  (Pallayya Sarma Karra <kpsarma5@gmail.com>)
Список pgsql-novice
On Fri, May 08, 2009 at 10:02:28AM -0600, Pallayya Sarma Karra wrote:
> Hi,
>
> I am trying to read the attributes of columns from a database table in
> postgresql

What do you mean, exactly? You probably want the pg_attribute table, which
describes each row in a table (its name, type, etc.).

- Josh / eggyknap

Вложения

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

Предыдущее
От: Pallayya Sarma Karra
Дата:
Сообщение: attributes of columns from a table in postgresql database
Следующее
От: "Just E. Mail"
Дата:
Сообщение: Postfix with PostgreSQL