]> granicus.if.org Git - postgresql/commit
the patch include:
authorBruce Momjian <bruce@momjian.us>
Mon, 25 Sep 2000 12:58:47 +0000 (12:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 25 Sep 2000 12:58:47 +0000 (12:58 +0000)
commitebdfac3bb115dfa6f77b851188de3c132f43d966
tree865bee9d9c3eb245bbb4aac885ccb3ed6223981d
parent516aac42f9eabfd227005797feceaf3dcadbf2f5
  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
---------------------------------------------------------------------------

This effectively one line patch should fix the fact that
foreign key definitions in create table were erroring if
a primary key was defined.  I was using the columns
list to get the columns of the table for comparison, but
it got reused as a temporary list inside the primary key
stuff.

Stephan Szabo
doc/src/sgml/func.sgml
src/backend/parser/analyze.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/oracle_compat.c
src/include/catalog/pg_proc.h