Re: [GENERAL] table name case sensitivity

2001-03-09 Thread Peter Eisentraut
Daniel J. Kressin writes: > I know that you can make table names case-sensitive by putting them in > quotes. Is there a way (compile-time option, anything?) to make them > case-sensitive by default (i.e. without quotes)? No. You need to write to the SQL standards committee if you want to chang

Re: [GENERAL] table name case sensitivity

2001-03-09 Thread Daniel J. Kressin
Peter Eisentraut wrote: > > Daniel J. Kressin writes: > > > I know that you can make table names case-sensitive by putting them > > in quotes. Is there a way (compile-time option, anything?) to make > > them case-sensitive by default (i.e. without quotes)? > > No. You need to write to the S