Re: Re: External search engine, advice

Поиск
Список
Период
Сортировка
От Andrew McMillan
Тема Re: Re: External search engine, advice
Дата
Msg-id 3B081F1C.B6790D61@catalyst.net.nz
обсуждение исходный текст
Ответ на External search engine, advice  (mlw <markw@mohawksoft.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Functions returning sets
Следующее
От: mlw
Дата:
Сообщение: Re: External search engine, advice