oracle compatible func.

Поиск
Список
Период
Сортировка
От Karel Zak
Тема oracle compatible func.
Дата
Msg-id Pine.LNX.3.96.1000922140258.23675D-101000@ara.zf.jcu.cz
обсуждение исходный текст
Ответы Re: oracle compatible func.
Список pgsql-patches
 Hi,

 the patch include:

    - rename ichar() to chr() (discussed with Tom)

    - add docs for oracle compatible routines:

        btrim()
        ascii()
        chr()
        repeat()

    - fix bug with timezone in to_char()

    - all to_char() variants return NULL instead textin("")
      if it's needful.

 The contrib/odbc is without changes and contains same routines as main
tree ... because I not sure how plans are Thomas with this :-)

                    Karel

Вложения

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

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Minor patch to C++ large object interface (cures two ills)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: oracle compatible func.