Re: Function Problem - Mailing list pgsql-admin

From Robert Treat
Subject Re: Function Problem
Date
Msg-id 1039622203.32696.12.camel@camel
Whole thread Raw
In response to Function Problem  ("Geoff" <geoff@metalogicplc.com>)
List pgsql-admin
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


pgsql-admin by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: problem compiling c-functions
Next
From: "Geoff"
Date:
Subject: Re: Function Problem