Filter function

Поиск
Список
Период
Сортировка
От Evgen Potemkin
Тема Filter function
Дата
Msg-id Pine.LNX.4.33.0301251553480.22969-100000@ns.terminal.ru
обсуждение исходный текст
Ответы Re: Filter function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
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:

term2=>select * from tab where tab=1;
ERROR:  exprType: Do not know how to get type for 711 node

i know that query is wrong, but may be there must be more understandable error
message?

regards,

---
.evgen



В списке pgsql-sql по дате отправления:

Предыдущее
От: jasche@gmx.de (Juergen)
Дата:
Сообщение: double linked list
Следующее
От: "Ed L."
Дата:
Сообщение: Re: Scheduling Events?