Re: syntax error during function call

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: syntax error during function call
Дата
Msg-id 4B606E19.5010101@gmail.com
обсуждение исходный текст
Ответ на Re: syntax error during function call  ("Aycock, Jeff R." <JEFF.R.AYCOCK@saic.com>)
Ответы Re: syntax error during function call  ("Aycock, Jeff R." <JEFF.R.AYCOCK@saic.com>)
Список pgsql-general
On 01/27/2010 08:41 AM, Aycock, Jeff R. wrote:
> Adrian,
>
> I tried that as well and got the same error result.
>
> Regards,
> Jeff Aycock
>
>

I went back to the original function and assuming no cut/paste errors
there is a ';' missing after the last END.

             END;

         RETURN NEXT r;

     END LOOP;

     RETURN;

END

$BODY$

LANGUAGE 'plpgsql' ;


--
Adrian Klaver
adrian.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Joshua Tolley
Дата:
Сообщение: Re: query a table from one database to another
Следующее
От: "Aycock, Jeff R."
Дата:
Сообщение: Re: syntax error during function call