"record" datatype - plpgsql

From: Brian Knox <laotse(at)aol(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: "record" datatype - plpgsql
Date: 2003-05-29 16:11:42
Message-ID: Pine.LNX.4.53.0305280753040.30365@tao.office.aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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?

Brian Knox

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tiaan Wessels 2003-05-29 16:35:34 CREATE TABLES AS looses constraints
Previous Message Brian Knox 2003-05-29 16:09:28 Re: How To Recover Deleted Data