Re: Function Syntax Help - Mailing list pgsql-sql

From Tom Lane
Subject Re: Function Syntax Help
Date
Msg-id 22096.1256937737@sss.pgh.pa.us
Whole thread Raw
In response to Re: Function Syntax Help  ("Plugge, Joe R." <JRPlugge@west.com>)
List pgsql-sql
"Plugge, Joe R." <JRPlugge@west.com> writes:
> Thanks, I changed my code to this, it compiled, and it seems to be running now:

It looks like you are expecting assignment to the input parameters to do
something useful ... it will not.  Maybe you need some output
parameters?
        regards, tom lane


pgsql-sql by date:

Previous
From: "Plugge, Joe R."
Date:
Subject: Re: Function Syntax Help
Next
From: Thomas Kellerer
Date:
Subject: Re: pg_get_functiondef and overloaded functions