contrib/pgcrypto functions not IMMUTABLE?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема contrib/pgcrypto functions not IMMUTABLE?
Дата
Msg-id 20050703053236.GA34519@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: contrib/pgcrypto functions not IMMUTABLE?  (Russell Smith <mr-russ@pws.com.au>)
Список pgsql-hackers
I've noticed that contrib/pgcrypto/pgcrypto.sql.in doesn't include
a volatility category in its CREATE FUNCTION statements, so the
functions are all created VOLATILE.  Shouldn't most of them be
IMMUTABLE?  Or do the algorithms have side effects?  So far I've
found no discussion about this except for one person asking about
it last year:

http://archives.postgresql.org/pgsql-admin/2004-12/msg00065.php

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: bug in ALTER TABLE / TYPE
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Autotools update