Re: Huh? Mysterious Function Error - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Huh? Mysterious Function Error
Date
Msg-id Pine.BSF.4.21.0102200944290.3180-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Huh? Mysterious Function Error  (Josh Berkus <josh@agliodbs.com>)
List pgsql-sql
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?



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Huh? Mysterious Function Error
Next
From: Josh Berkus
Date:
Subject: Re: Huh? Mysterious Function Error