AW: Re: External search engine, advice - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Re: External search engine, advice
Date
Msg-id 11C1E6749A55D411A9670001FA6879633682DE@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Detecting readline in configure
Next
From: Tom Lane
Date:
Subject: Re: AW: Plans for solving the VACUUM problem