Re: Please help, can't figure out what's wrong with this function...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: moritz(dot)bayer(at)googlemail(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Please help, can't figure out what's wrong with this function...
Date: 2005-09-12 14:18:42
Message-ID: 21251.1126534722@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Moritz Bayer <moritz(dot)bayer(at)googlemail(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message gherzig 2005-09-12 15:21:22 refer a column as a varible name?
Previous Message John DeSoi 2005-09-12 12:46:49 Re: Please help, can't figure out what's wrong with this function...