Re: Case of strings

Поиск
Список
Период
Сортировка
От Michael Chaney
Тема Re: Case of strings
Дата
Msg-id 20040227145008.GC4467@michaelchaney.com
обсуждение исходный текст
Ответ на Case of strings  ("Simon Windsor" <simon.windsor@cornfield.org.uk>)
Список pgsql-general
On Fri, Feb 27, 2004 at 12:06:58PM -0000, Simon Windsor wrote:
> Hi
>
> I have moved an application from MySQL to PgSQL, and after the making
> changes I thought all was ok.
>
> However, I have just realised that
>
> Where A = 'STRING'
>
> Is not the same as
>
> Where A ='String'

This is standard SQL.  It's possible to use functions inside index
definitions, so you can force case and search on the same.

Michael
--
Michael Darrin Chaney
mdchaney@michaelchaney.com
http://www.michaelchaney.com/

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: check for user validity
Следующее
От: "Keith Bottner"
Дата:
Сообщение: Re: Postgres clustering?