greatest/least semantics different between oracle and postgres

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема greatest/least semantics different between oracle and postgres
Дата
Msg-id 20070629224135.GA2150@wolff.to
обсуждение исходный текст
Ответы Re: greatest/least semantics different between oracle and postgres  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
Re: greatest/least semantics different between oracle and postgres  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-general
The following is just FYI.
I was recently doing some stuff with greatest() on oracle (9.2.0.8.0) and
noticed that it returned null if ANY of the arguments were null. Out of
curiosity I checked postgres' definition of that function and found that it
returns null only if ALL of the arguments are null.

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

Предыдущее
От: Oisin Glynn
Дата:
Сообщение: Re: [pgsql] Simple backup utility like mysqldump?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: varchar(n) VS text