Обсуждение: AW: Re: External search engine, advice

Поиск
Список
Период
Сортировка

AW: Re: External search engine, advice

От
Zeugswetter Andreas SB
Дата:
> Tom Lane wrote:
> > 
> >         begin;
> >         select * from foo where x = functhatreadsbar();

I thought that the per statement way to do it with a non cacheable function was:select * from foo where x = (select
functhatreadsbar());

??
Andreas

PS: an iscacheable function without arguments is imho a funny construct anyways.