AW: Re: External search engine, advice

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Re: External search engine, advice
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633682DE@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> 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.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Detecting readline in configure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: Plans for solving the VACUUM problem