Preserve identifier case

Поиск
Список
Период
Сортировка
От Gevik Babakhani
Тема Preserve identifier case
Дата
Msg-id 004c01c91e5b$11136230$0a01a8c0@gevmus
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)