Re: [SQL] Case Preservation disregarding case

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: [SQL] Case Preservation disregarding case
Дата
Msg-id 20061202133556.GC26365@svana.org
обсуждение исходный текст
Ответ на Re: [SQL] Case Preservation disregarding case  (Ken Johanson <pg-user@kensystem.com>)
Ответы Re: [SQL] Case Preservation disregarding case  (Ken Johanson <pg-user@kensystem.com>)
Список pgsql-hackers
On Sat, Dec 02, 2006 at 12:41:37AM -0700, Ken Johanson wrote:
> 1: It seems like this behavior of case sensitive-or-not-identifiers
> could/should be a config option -- either globally for the server,
> database, or at the connection/session level. Other databases *do*
> support this type of granular config of misc SQL behavior -- its
> essential for shared hosting environments. Without it some users just
> *cant* make the switch. Quoting all an app's identifiers -- or renaming
> camel-case to underscored -- show stopper.

What about option 3: use camelcase without underscares and don't quote.
Then you get case-insensetivity and it's still readable.

You're obviously talking about an app which isn't quoting identifiers,
so I'm not sure what the actual problem is.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: PostgreSQL win32 fragmentation issue
Следующее
От: Ken Johanson
Дата:
Сообщение: Re: [SQL] Case Preservation disregarding case