Re: [SQL] Filter function

2003-02-01 Thread Evgen Potemkin
it's base-7.3.1 from one of the russian mirrors. regards, --- .evgen On Wed, 29 Jan 2003, Tom Lane wrote: Evgen Potemkin [EMAIL PROTECTED] 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

Re: [SQL] Filter function

2003-01-30 Thread Tom Lane
Evgen Potemkin [EMAIL PROTECTED] writes: it's base-7.3.1 from one of the russian mirrors. Oh, it must be a post-7.3.1 fix then [ ... checks CVS logs ... ] ah, here it is: 2002-12-27 15:06 tgl * src/backend/parser/parse_expr.c (REL7_3_STABLE): Deliver better error message when

Re: [SQL] Filter function

2003-01-29 Thread Tom Lane
Evgen Potemkin [EMAIL PROTECTED] 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

[SQL] Filter function

2003-01-28 Thread Evgen Potemkin
Hello there! is there any way to create filter function? i.e. function which will be accepting and returning row sets, like select foo(t) from (select blah from tab) t; something like this. contrib/tablefunc seems not accepting a row set. also, not related to above, i've typed query: