| From: | "Gevik Babakhani" <pgdev(at)xs4all(dot)nl> |
|---|---|
| To: | "'PGSQL Hackers'" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Preserve identifier case |
| Date: | 2008-09-24 15:34:39 |
| Message-ID: | 004c01c91e5b$11136230$0a01a8c0@gevmus |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2008-09-24 15:45:37 | Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep) |
| Previous Message | Peter Eisentraut | 2008-09-24 15:32:16 | Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep) |