Re: Please help, can't figure out what's wrong with this function... - Mailing list pgsql-sql

From Tom Lane
Subject Re: Please help, can't figure out what's wrong with this function...
Date
Msg-id 21251.1126534722@sss.pgh.pa.us
Whole thread Raw
In response to Please help, can't figure out what's wrong with this function...  (Moritz Bayer <moritz.bayer@googlemail.com>)
List pgsql-sql
Moritz Bayer <moritz.bayer@googlemail.com> writes:
>  I get the following error:
> ERROR: missing .. at end of SQL expression
>  I haven't figured out what this message wants to tell me and why it is
> thrown at all.

I think it's telling you that you are using a 7.3 or older server.
Try 7.4 or later --- plpgsql was pretty weak on handling rowtype
variables that far back.
        regards, tom lane


pgsql-sql by date:

Previous
From: John DeSoi
Date:
Subject: Re: Please help, can't figure out what's wrong with this function...
Next
From: gherzig@fmed.uba.ar
Date:
Subject: refer a column as a varible name?