Re: immutable function calling stable function

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: immutable function calling stable function
Дата
Msg-id 20040721074430.M61440@megazone.bigpanda.com
обсуждение исходный текст
Ответ на immutable function calling stable function  (Markus Bertheau <twanger@bluetwanger.de>)
Список pgsql-sql
On Wed, 21 Jul 2004, Markus Bertheau wrote:

> shouldn't it be illegal for an immutable function to call a stable one?

It's expected that the function's creator is responsible for properly
marking its stability. This allows some flexibility when you know more
than the system does (for example, a stable function that isn't immutable
because of its use of a GUC variable being called from a function that
sets said variable).


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

Предыдущее
От: Geoff Richards
Дата:
Сообщение: MySQL-style "create temporary table foo select ..."
Следующее
От: Michael Kleiser
Дата:
Сообщение: Re: MySQL-style "create temporary table foo select ..."