Re: attributes of columns from a table in postgresql database - Mailing list pgsql-novice

From Joshua Tolley
Subject Re: attributes of columns from a table in postgresql database
Date
Msg-id 20090508161214.GB25551@eddie
Whole thread Raw
In response to attributes of columns from a table in postgresql database  (Pallayya Sarma Karra <kpsarma5@gmail.com>)
Responses Re: attributes of columns from a table in postgresql database
List 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

Attachment

pgsql-novice by date:

Previous
From: Pallayya Sarma Karra
Date:
Subject: attributes of columns from a table in postgresql database
Next
From: "Just E. Mail"
Date:
Subject: Postfix with PostgreSQL