final light versions of Oracle compatibility (SQLSTATE, GREATEST, NEXT_DAY)

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема final light versions of Oracle compatibility (SQLSTATE, GREATEST, NEXT_DAY)
Дата
Msg-id Pine.LNX.4.44.0506080038340.28427-400000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответы Re: final light versions of Oracle compatibility (SQLSTATE, GREATEST,  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Hello,

    The first, I am sorry for my confusions. I hope this patches are
final. I recapitulate it.

1. SQLSTATE and SQLERRM exists only on exception's block, and allways
carry info about some exception.

2. Implementation of greatest and least lost function decode. Function
decode has analogy in CASE and not is implemented now.

3. ADD_MONTH is easy implemented via interval aritmetic, MONTHS_BETWEEN
are really Oracle specific, stayed out, I will be maintain these functions
in pgfoundry. NEXT_DAY and LAST_DAY are generally usefull (I hope).

Regards
Pavel Stehule

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Are you actively hacking on 2PC?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Are you actively hacking on 2PC?