oracle compatible func. - Mailing list pgsql-patches

From Karel Zak
Subject oracle compatible func.
Date
Msg-id Pine.LNX.3.96.1000922140258.23675D-101000@ara.zf.jcu.cz
Whole thread Raw
Responses Re: oracle compatible func.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

Attachment

pgsql-patches by date:

Previous
From: Adam Haberlach
Date:
Subject: Minor patch to C++ large object interface (cures two ills)
Next
From: Tom Lane
Date:
Subject: Re: oracle compatible func.