Re: RFD: Don't force plpgsql IN parameters to constant - Mailing list pgsql-hackers

From Steve Prentice
Subject Re: RFD: Don't force plpgsql IN parameters to constant
Date
Msg-id 45A52E17-DE6E-4A07-A5AA-CCEA501218E5@cisco.com
Whole thread Raw
In response to Re: RFD: Don't force plpgsql IN parameters to constant  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Jul 29, 2009, at 5:23 PM, Andrew Dunstan wrote:

> First reaction is that it would mean we could never pass them by  
> reference. I know PLPerl uses in effect pass by copy, but what does  
> PLPgsql do?

Isn't this effectively what we accomplish with an IN/OUT parameter?



pgsql-hackers by date:

Previous
From: Steve Prentice
Date:
Subject: Re: RFD: Don't force plpgsql IN parameters to constant
Next
From: Tom Lane
Date:
Subject: Re: RFD: Don't force plpgsql IN parameters to constant