Re: Case sensitivity

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Case sensitivity
Дата
Msg-id 200401120957.32060.dev@archonet.com
обсуждение исходный текст
Ответ на Case sensitivity  ("Dario Ottaviano" <dario_ottaviano@togliquestovirgilio.it>)
Ответы Re: Case sensitivity  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
On Sunday 11 January 2004 09:29, Dario Ottaviano wrote:
> I use postgres on a window server (IIS 5.1)
> Is there anybody that knows if  is possible to make postgres  no case
> sensitive in the manipulating data into tables/views?

There's no general "case_sensitive = yes/no" flag. There are case-insensitive
operators you can use though.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Bug with rename bigserial column
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Drawbacks of using BYTEA for PK?