Re: Syntac error - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Syntac error
Date
Msg-id 20081125115522.GI10443@a-kretschmer.de
Whole thread Raw
In response to Syntac error  (Timo Erbach <postgresql@netbixx.com>)
Responses Re: Syntac error
List 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 by date:

Previous
From: Timo Erbach
Date:
Subject: Syntac error
Next
From: Timo Erbach
Date:
Subject: Re: Syntac error