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

From Andrew McMillan
Subject Re: Re: External search engine, advice
Date
Msg-id 3B081F1C.B6790D61@catalyst.net.nz
Whole thread Raw
In response to External search engine, advice  (mlw <markw@mohawksoft.com>)
List pgsql-hackers
Tom Lane wrote:
> 
>         begin;
>         select * from foo where x = functhatreadsbar();
>         update bar ...;
>         select * from foo where x = functhatreadsbar();
>         end;
> 
> does not give you the desired results.

But why would you be marking the function 'iscachable' if you wanted to see the
change there?

Cheers,                Andrew.
-- 
_____________________________________________________________________          Andrew McMillan, e-mail:
Andrew@catalyst.net.nz
Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington
Me: +64(21)635-694, Fax: +64(4)499-5596, Office: +64(4)499-2267xtn709


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Functions returning sets
Next
From: mlw
Date:
Subject: Re: External search engine, advice