Re: Function with record type as argument
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
- Cc: pgsqlnovice <pgsql-novice(at)postgresql(dot)org>
- Subject: Re: Function with record type as argument
- Date: Tue, 22 Feb 2005 10:20:55 -0500
- Message-id: <9562.1109085655@sss.pgh.pa.us> <text/plain>
Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> writes:
> In a followup to an earlier question from today from another person, is
> it possible to create and use a function that takes as input a generic
> "record"?
Not in any of the PL languages. I think you could do it in C.
regards, tom lane
Home |
Main Index |
Thread Index