Re: "record" datatype - plpgsql - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: "record" datatype - plpgsql
Date
Msg-id 20030529150416.K65610-100000@megazone23.bigpanda.com
Whole thread Raw
In response to "record" datatype - plpgsql  (Brian Knox <laotse@aol.net>)
List pgsql-sql
On Thu, 29 May 2003, Brian Knox wrote:

> Given a variable of the "record" data type in pl/pgsql, is it possible to
> get the names of the columns ( attributes ) of that record?
>
> eg, given record "NEW" for table "foo", is there a way to get information
> concerning the columns that make up that record?

AFAIK there isn't one without other information (like that the table was
"foo").




pgsql-sql by date:

Previous
From: "George Weaver"
Date:
Subject: Re: "record" datatype - plpgsql
Next
From: "andhie lala"
Date:
Subject: please helpme ?