Re: How to Get Column Names from the Table

From: AI Rumman <rummandba(at)gmail(dot)com>
To: venkat <ven(dot)tammineni(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: How to Get Column Names from the Table
Date: 2010-07-07 09:13:08
Message-ID: AANLkTimdy1uIz4uwVwoqRZag-N98VJ_A_ujOAR0LgBEH@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Use:

\d tablename

On Wed, Jul 7, 2010 at 3:08 PM, venkat <ven(dot)tammineni(at)gmail(dot)com> wrote:

> Dear All,
>
> How to get Column Names from Table in PostgreSQL.
>
> Thanks and Regards,
>
> Venkat
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Viktor Bojović 2010-07-07 09:14:32 Re: [SQL] How to Get Column Names from the Table
Previous Message venkat 2010-07-07 09:08:30 How to Get Column Names from the Table

Browse pgsql-sql by date

  From Date Subject
Next Message Viktor Bojović 2010-07-07 09:14:32 Re: [SQL] How to Get Column Names from the Table
Previous Message venkat 2010-07-07 09:08:30 How to Get Column Names from the Table