Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Barwick <barwick(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"
Date: 2002-12-27 20:08:01
Message-ID: 27709.1041019681@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ian Barwick <barwick(at)gmx(dot)net> writes:
> test=# create table foo (bar int);
> CREATE TABLE
> test=# update foo set foo=1 where foo=1;
> ERROR: exprType: Do not know how to get type for 711 node

Now it does

regression=# update foo set foo=1 where foo=1;
ERROR: Relation reference "foo" cannot be used in an expression

Thanks for the report.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vera 2002-12-28 06:47:32 Instllation Error 1316
Previous Message Tom Lane 2002-12-27 17:41:31 Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"