Re: Syntac error

Поиск
Список
Период
Сортировка
От Timo Erbach
Тема Re: Syntac error
Дата
Msg-id 492BEB63.6000907@netbixx.com
обсуждение исходный текст
Ответ на Re: Syntac error  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Hi Andreas,

thank you!
I did install plpsql and now everything is fine.

Regards Timo

A. Kretschmer schrieb:
> 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
>


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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Syntac error
Следующее
От: "Filip Rembiałkowski"
Дата:
Сообщение: Re: two or more pg installations running as the same user