Re: Huh? Mysterious Function Error

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Huh? Mysterious Function Error
Дата
Msg-id Pine.BSF.4.21.0102200944290.3180-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Huh? Mysterious Function Error  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Huh? Mysterious Function Error
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Huh? Mysterious Function Error