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
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