Re: [SQL] Date: Wed, 29 Sep 1999 23:49:15 +0300

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ismail Kizir" <ikizir(at)teklan(dot)com(dot)tr>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Date: Wed, 29 Sep 1999 23:49:15 +0300
Date: 1999-09-29 23:24:26
Message-ID: 5299.938647466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Ismail Kizir" <ikizir(at)teklan(dot)com(dot)tr> writes:
> I tried to code the example below but it responded with error message
> something like '$= operator not defined for types int4 and float8 ...'

That's a known bug in plpgsql. You can work around it by putting spaces
acround the '=' operator (you may need them around other operators too).

I assume it'll get fixed properly for 6.6...

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-09-29 23:36:58 Re: [SQL] Limit rows
Previous Message Tom Lane 1999-09-29 23:22:29 Re: [SQL] self-join and DISTINCT quandry.