View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 09:31 PM
Tom Lane
 
Posts: n/a
Default Re: Function with record type as argument

Sean Davis <sdavis2@mail.nih.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

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply With Quote