Re: Case sensitive without quotes

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Case sensitive without quotes
Дата
Msg-id 498C6F12.2090105@archonet.com
обсуждение исходный текст
Ответ на Case sensitive without quotes  (Jason Long <mailing.list@supernovasoftware.com>)
Список pgsql-general
Jason Long wrote:
> Is there any way to have Postgres preserve the case of tables and column
> names in queries without having to use quotes for columns with mixed case?

No.

PostgreSQL folds to lower-case (the SQL standard specifies upper-case
iirc) to provide case-insensitivity.

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Jason Long
Дата:
Сообщение: Case sensitive without quotes
Следующее
От: Fernando Moreno
Дата:
Сообщение: Re: How do I turn on query logger?