Re: Precomputed constants?

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Precomputed constants?
Дата
Msg-id EB941076-A8B1-4A44-94A9-0BDAC2631FF9@pervasive.com
обсуждение исходный текст
Ответ на Re: Precomputed constants?  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Список pgsql-performance
On Jun 15, 2006, at 1:19 PM, Zoltan Boszormenyi wrote:
> # select distinct provolatile from pg_proc;
> provolatile
> -------------
> i
> s
> v
> (3 sor)
>
> If I get this right, IMMUTABLE/STABLE/VOLATILE
> are indicated with their initials.

That's probably correct. If the docs don't specify this then the code
would. Or you could just create 3 test functions and see what you end
up with, but I can't see it being any different from your guess.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [HACKERS] Sun Donated a Sun Fire T2000 to the PostgreSQL
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Optimizer internals