Re: Using rowtype parameter

From: "Peter Zeltins" <peter(at)greatnowhere(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using rowtype parameter
Date: 2006-01-20 09:28:28
Message-ID: 036f01c61da3$e0d2bd60$0202fea9@komtek.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> ANYELEMENT only matches scalar types. I don't think we have any support
> for accepting an arbitrary row type as a function argument. There's
> been some speculation about allowing RECORD to do that, but it's not
> done.

OK, that clears it up. RECORD would actually do nicely. Right now I'll be
forced to pass varchar/text arrays which can potentially lead to type
conversion issues.

Peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pandurangan R S 2006-01-20 09:32:01 Re: Create User
Previous Message FERREIRA, William (VALTECH) 2006-01-20 09:15:44 Re: create plperlu langage fails