types for C function composites

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Postgres General List" <pgsql-general(at)postgresql(dot)org>
Subject: types for C function composites
Date: 2008-09-26 15:19:20
Message-ID: b42b73150809260819h50fac794u4afad44b7c33e3ee@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In a backend C function, is there any way to get the type (Probably
via TupleDesc) of a passed in composite type? I'm trying to build a
generic function that does not assume the types of the composite
fields...I take it this might not be possible.

merlin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A.M. 2008-09-26 15:39:11 Re: PostgreSQL future ideas
Previous Message Raymond O'Donnell 2008-09-26 14:10:44 Re: PL/PGSQL - character varying as function argument