Re: [SQL] Case Preservation disregarding case sensitivity?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Case Preservation disregarding case sensitivity?
Дата
Msg-id 23177.1162265010@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] Case Preservation disregarding case sensitivity?  (beau hargis <beauh@bluefrogmobile.com>)
Список pgsql-hackers
beau hargis <beauh@bluefrogmobile.com> writes:
> Considering the differences that already exist between database systems and 
> their varying compliance with SQL and the various extensions that have been 
> created, I do not consider that the preservation of case for identifiers 
> would violate any SQL standard.

That's not how I read the spec.  It is true that we are not 100% spec
compliant, but that isn't a good argument for moving further away from
spec.  Not to mention breaking backwards compatibility with our
historical behavior.  The change you propose would fix your application
at the cost of breaking other people's applications.   Perhaps you
should consider fixing your app instead.
        regards, tom lane


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

Предыдущее
От: beau hargis
Дата:
Сообщение: Re: [SQL] Case Preservation disregarding case sensitivity?
Следующее
От: "Chuck McDevitt"
Дата:
Сообщение: Re: [SQL] Case Preservation disregarding case