Re: attributes of columns from a table in postgresql database

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Pallayya Sarma Karra <kpsarma5(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: attributes of columns from a table in postgresql database
Date: 2009-05-08 16:12:14
Message-ID: 20090508161214.GB25551@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Just E. Mail 2009-05-09 21:13:57 Postfix with PostgreSQL
Previous Message Pallayya Sarma Karra 2009-05-08 16:02:28 attributes of columns from a table in postgresql database