Re: Filter function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Filter function
Date: 2003-01-29 08:25:57
Message-ID: 21291.1043828757@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru> writes:
> term2=>select * from tab where tab=1;
> ERROR: exprType: Do not know how to get type for 711 node

What release is this? I get
Relation reference "tab" cannot be used in an expression
in 7.3 and CVS tip, and
Attribute 'tab' not found
in prior releases.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2003-01-29 08:28:38 Re: Cross-table constraints
Previous Message Sondaar Roelof 2003-01-29 08:16:23 Re: Creating tables from within functions