Re: Function Problem

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: geoff(at)metalogicplc(dot)com
Cc: "Pgsql-Admin (E-mail)" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Function Problem
Date: 2002-12-11 15:56:43
Message-ID: 1039622203.32696.12.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message DA-Luis Lorenzo 2002-12-11 16:13:17 Return multiple record
Previous Message Geoff 2002-12-11 15:55:35 Re: Function Problem