Re: SQL server application porting headache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL server application porting headache
Дата
Msg-id 9030.1024850891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL server application porting headache  (Oskar Berggren <beo@sgs.o.se>)
Список pgsql-general
Oskar Berggren <beo@sgs.o.se> writes:
> Would it be difficult to make PostgreSQL case insensitive for real when
> comparing identifiers?

You could try altering the name comparison functions --- don't forget
the btree 3-way comparator, too.  And something would have to be done
with the hash function for names.  And I'm not sure what else; but I
suspect there are a lot of strcmp() calls that would have to be changed.

Curt Sampson remarks nearby that he doesn't believe SQL Server acts
the way you suggest.  Are you sure you have diagnosed your problem
correctly?

            regards, tom lane

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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: SQL server application porting headache
Следующее
От: Francisco Reyes
Дата:
Сообщение: Re: website design