Re: Field list from table

From: rixder(at)o2(dot)pl
To: Jan Pips <jan_pips(at)op(dot)pl>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Field list from table
Date: 2004-02-29 20:48:18
Message-ID: 20040229204818.GA5888@SID
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Feb 26, 2004 at 10:51:41AM +0100, Jan Pips wrote:
> How can I, using SELECT, get the full list of fields from a given table?
>
> Pips
>
>
Hi !

Try it:

select * from table limit 0;

rixder

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2004-02-29 23:32:40 Re: plpgsql function returning SETOF RECORD Question
Previous Message Yasir Malik 2004-02-29 20:22:01 Trouble with composite types