Re: Function Problem

From: "Geoff" <geoff(at)metalogicplc(dot)com>
To: "'Pgsql-Admin (E-mail)'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Function Problem
Date: 2002-12-11 15:55:35
Message-ID: FDCF842C8B1DD311833C0090277C04B518C281@augusta.planmatics.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks guys, I've cracked it now... yeah, a lot of syntax errors, but to be
honest, I never got to look at the pl syntax page. Thanks to Jakub for the
link, it helped solve the problem...

thanks again..

Geoff

-----Original Message-----
From: Robert Treat [mailto:xzilla(at)users(dot)sourceforge(dot)net]
Sent: 11 December 2002 15:57
To: geoff(at)metalogicplc(dot)com
Cc: Pgsql-Admin (E-mail)
Subject: Re: [ADMIN] Function Problem

On Wed, 2002-12-11 at 07:38, Geoff wrote:
>
> RETURN NULL;
>
> END
>
> ' LANGUAGE 'plpgsql' ;
>

Look over Jakub's email, it's on the right track. FWIW, you also need a
; after your END statement, which I believe is the actual error your
seeing.

Robert Treat

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2002-12-11 15:56:43 Re: Function Problem
Previous Message Oliver Elphick 2002-12-11 14:05:34 Re: problem compiling c-functions