Allow case-sensitivity without quotes

From: S Kreisler <kreisler(at)gsfc(dot)nasa(dot)gov>
To: <psql-general(at)postgresql(dot)org>
Subject: Allow case-sensitivity without quotes
Date: 2005-01-25 18:31:23
Message-ID: 1106677883.17286.128.camel@gsfcb.ecs.nasa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Our implementation of Sybase allows case-sensitive referencing of
objects (table/column names, etc.) in SQL statements without quote
delimiters.

For example, the following are equivalent:
Sybase: SELECT MyColumn FROM MyTable
Postgres: SELECT "MyColumn" FROM "MyTable"

Can Postgres be configured to allow SQL references to case-sensitive
objects without quotes?

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2005-01-25 18:55:00 Re: EMBEDDED PostgreSQL
Previous Message Michael Fuhr 2005-01-25 18:16:26 Re: Validating user-input to be inserted in regular expressions