Does the function have any SELECTs that aren't
SELECT INTOs?
On Tue, 20 Feb 2001, Josh Berkus wrote:
> Tom, Stephan, Jan, Etc.
>
> Can you help me with this one? I can't figure out what is meant by
> this error message:
>
> I have a long, complicated PL/pgSQL function called
> fn_modify_candidates(INT4,INT4,INT4).
>
> When I call:
> SELECT fn_modify_candidate(1004,5,278417036)
>
> I get:
> ERROR: unexpected SELECT query in exec_stmt_execsql()
>
> Help?