DETERMINISTIC as synonym for IMMUTABLE

Поиск
Список
Период
Сортировка
От Troels Arvin
Тема DETERMINISTIC as synonym for IMMUTABLE
Дата
Msg-id pan.2004.10.17.21.56.20.537301@arvin.dk
обсуждение исходный текст
Ответы Re: DETERMINISTIC as synonym for IMMUTABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

While reviewing PostgreSQL 8's SQL:2003 conformance (see the documentation
mailing list), I've come across a - possibly - easy-to-implement
conformance improvement for CREATE FUNCTION:

SQL:2003 uses the word DETERMINISTIC where PostgreSQL uses IMMUTABLE.
And SQL:2003 uses "NOT DETERMINISTIC" where PostgreSQL uses STABLE
or VOLATILE.

I suggest that DETERMINISTIC be added as a synonym for IMMUTABLE and that
"NOT DETERMINISTIC" be added as an alias for VOLATILE in PostgreSQL's
grammar for CREATE FUNCTION.

I might try creating a patch, but I'd rather spend my time finishing the
conformance review.

-- 
Greetings from Troels Arvin, Copenhagen, Denmark




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: tsearch2 regression test path problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DETERMINISTIC as synonym for IMMUTABLE