Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

oracle_compat.c

  • Bruce Momjian's avatar
    ebdfac3b
    the patch include: · ebdfac3b
    Bruce Momjian authored
            - 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
    ebdfac3b
    History
    the patch include:
    Bruce Momjian authored
            - 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