Doug Budny wrote:
  >Is it possible to turn off "Case Sensitivity" in PostgreSQL on Linux?
  >
  >I have an Access database that I really want to get off of any MS platform, 
  >but I can't do it if pgsql cannot become insensitive to case.  Does anybody 
  >have any suggestions?
 
PostgreSQL identifiers are case-insensitive (forced to lowercase) unless
they are enclosed in double quotes.  If your export routines are putting
out double-quotes around identifiers, get rid of the quotes. 

-- 
Oliver Elphick                                [EMAIL PROTECTED]
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "Thy word have I hid in mine heart, that I might not 
      sin against thee."        Psalms 119:11 


Reply via email to