exp(x) vs :

Поиск
Список
Период
Сортировка
От Robert B. Easter
Тема exp(x) vs :
Дата
Msg-id 0007071223060A.01354@comptechnews
обсуждение исходный текст
Список pgsql-bugs
SELECT : 1;  -- returns e
Works, but gives a NOTICE that the : operator is depreciated and that
exp(x) should be used instead.

SELECT exp(1);
Gets ERROR: exp(INT4) does not exist.

SELECT exp(1.0);
Works fine of course.

Just seems strange that a depreciated operator actually works smoother.

--
            Robert

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

Предыдущее
От: Matías Giovannini
Дата:
Сообщение: Link fails on PPC
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Factorial operator gets parser error in psql.