Re: Case Sensitive "WHERE" Clauses?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Case Sensitive "WHERE" Clauses?
Дата
Msg-id 20455.1033096783@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Case Sensitive "WHERE" Clauses?  (Ian Barwick <barwick@gmx.net>)
Ответы Re: Case Sensitive "WHERE" Clauses?
Список pgsql-sql
Ian Barwick <barwick@gmx.net> writes:
> Anyone know what the ANSI standard is? I don`t recall any other
> database apart from MySQL which default to case-insensitive
> CHAR or VARCHAR columns.

I believe the spec has a notion of a "collation attribute" attached
to character-type columns.  You could define a collation that makes
comparisons case insensitive and then mark selected columns that way.
We don't have anything like that yet, though Tatsuo has been heard
muttering about how to make it happen ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FW: query problem "server sent binary data ... without
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Case Sensitive "WHERE" Clauses?