Re: Syntac error

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Syntac error
Дата
Msg-id 20081125115522.GI10443@a-kretschmer.de
обсуждение исходный текст
Ответ на Syntac error  (Timo Erbach <postgresql@netbixx.com>)
Ответы Re: Syntac error  (Timo Erbach <postgresql@netbixx.com>)
Список pgsql-general
am  Tue, dem 25.11.2008, um 12:41:32 +0100 mailte Timo Erbach folgendes:
> Hello,
>
> I've defined the following function and get an syntac error whle compiling.
> Whats the fault?
>
> CREATE FUNCTION "myscheme"."authenticate" () RETURNS
> "pg_catalog"."refcursor" AS
> $body$
> DECLARE
>    curAccessRights refcursor;
> ...
> $body$
> LANGUAGE 'sql'

You can't use declare in this language, use plpgsql instead.


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: Timo Erbach
Дата:
Сообщение: Syntac error
Следующее
От: Timo Erbach
Дата:
Сообщение: Re: Syntac error