Preserve identifier case - Mailing list pgsql-hackers

From Gevik Babakhani
Subject Preserve identifier case
Date
Msg-id 004c01c91e5b$11136230$0a01a8c0@gevmus
Whole thread Raw
List pgsql-hackers
PostgreSQL makes all identifiers to be lower-case except when putting an
identifier between double-quotes. 
I have an special case where I would like to preserve the case-sensitivity
without putting every column/table name inside double-quotes (The
application is too big to change).

Is this function the correct place to bypass the down casing for all
identifiers?  
http://doxygen.postgresql.org/scansup_8c-source.html#l00129

Regards,
Gevik
http://www.truesoftware.net/gevik/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Next
From: Bruce Momjian
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)