Re: Field list from table - Mailing list pgsql-sql

From rixder@o2.pl
Subject Re: Field list from table
Date
Msg-id 20040229204818.GA5888@SID
Whole thread Raw
In response to Field list from table  ("Jan Pips" <jan_pips@op.pl>)
List 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


pgsql-sql by date:

Previous
From: Yasir Malik
Date:
Subject: Trouble with composite types
Next
From: Joe Conway
Date:
Subject: Re: plpgsql function returning SETOF RECORD Question