Re: Stored Procedures - Mailing list pgsql-odbc

From Tom Lane
Subject Re: Stored Procedures
Date
Msg-id 9717.1137433594@sss.pgh.pa.us
Whole thread Raw
In response to Stored Procedures  ("Minal A. Aryamane" <minalac@yes2etl.com>)
List pgsql-odbc
"Minal A. Aryamane" <minalac@yes2etl.com> writes:
> the function is as below:
> ...
> SET COURSEIDS1:=COURSEIDS;
> ...

This is completely off-topic for both the lists you have chosen, but
I'd say the problem is that you must not use the SET keyword when
assigning to a plpgsql local variable.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Markus Schaber
Date:
Subject: Re: [JDBC] Stored Procedures
Next
From: Shachar Shemesh
Date:
Subject: Updates on updates