Re: Calculation of unused columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Calculation of unused columns
Дата
Msg-id 9127.1255976625@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Calculation of unused columns  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-performance
Simon Riggs <simon@2ndQuadrant.com> writes:
> On Mon, 2009-10-19 at 13:58 -0400, Tom Lane wrote:
>> Most read-only functions are stable or even immutable.

> Huh? I mean a function that only contains SELECTs. (How would those ever
> be Stable or Immutable??)

Uh, a function containing SELECTs is exactly the use-case for STABLE.
Maybe you need to go re-read the definitions?

            regards, tom lane

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Calculation of unused columns
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Partitioned Tables and ORDER BY