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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to