Re: Function Syntax Help

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com>
Cc: Brian Modra <brian(at)zwartberg(dot)com>, "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Function Syntax Help
Date: 2009-10-30 21:22:17
Message-ID: 22096.1256937737@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Plugge, Joe R." <JRPlugge(at)west(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Kellerer 2009-10-30 23:46:50 Re: pg_get_functiondef and overloaded functions
Previous Message Plugge, Joe R. 2009-10-30 19:50:42 Re: Function Syntax Help