Re: Plpgsql function to compute "every other Friday"

Поиск
Список
Период
Сортировка
От C. Bensend
Тема Re: Plpgsql function to compute "every other Friday"
Дата
Msg-id ebf6c15cec8ad77fd189048e6cebddf3.squirrel@webmail.stinkweasel.net
обсуждение исходный текст
Ответ на Re: Plpgsql function to compute "every other Friday"  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
> By making this function sql and immutable, you give the database more
> ability to inline it into queries which can make a tremendous
> performance difference in some cases.  You can also index based on it
> which can be useful.

Very nice, Merlin.  These aren't really a concern in my case as
I'm the only one accessing the app (and hence, performance isn't
an issue), but it's good to see a better way to do things.

The PostgreSQL community really is top notch.

Benny


--
"Hairy ape nads."        -- Colleen, playing Neverwinter Nights



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

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: Is index rebuilt upon updating table with the same values as already existing in the table?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: ..horribly documented, inefficient, user-hostile, impossible to maintain interpreted language..