Allow case-sensitivity without quotes - Mailing list pgsql-general

From S Kreisler
Subject Allow case-sensitivity without quotes
Date
Msg-id 1106677883.17286.128.camel@gsfcb.ecs.nasa.gov
Whole thread Raw
List 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?


pgsql-general by date:

Previous
From: tmp
Date:
Subject: Re: Recursive queries
Next
From: Ron Mayer
Date:
Subject: Re: Postgres+XML