Re: Filter function - Mailing list pgsql-sql

From Tom Lane
Subject Re: Filter function
Date
Msg-id 21291.1043828757@sss.pgh.pa.us
Whole thread Raw
In response to Filter function  (Evgen Potemkin <evgent@ns.terminal.ru>)
Responses Re: Filter function
List pgsql-sql
Evgen Potemkin <evgent@ns.terminal.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 getRelation reference "tab" cannot be used in an expression
in 7.3 and CVS tip, andAttribute 'tab' not found
in prior releases.
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: converting microsoft sql server 2000 sql-code for postgresql
Next
From: Tom Lane
Date:
Subject: Re: LONG - Question on dealing w/ numerics