Re: Case Insensitive Data Type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Case Insensitive Data Type
Дата
Msg-id 20954.1022271400@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Case Insensitive Data Type  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-general
Neil Conway <nconway@klamath.dyndns.org> writes:
> You could have it run the SELECT on a view, where the relevant
> column is defined using lower() on the appropriate column
> of the real table.

But that only gets him halfway there.  He really wants the system to
do a lower() on the provided comparison constant, too.  I haven't
thought of a way to get the rule system to insert that.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Page viewer software?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problem with my function