Re: Case sensitivity - Mailing list pgsql-general

From Richard Huxton
Subject Re: Case sensitivity
Date
Msg-id 200401120957.32060.dev@archonet.com
Whole thread Raw
In response to Case sensitivity  ("Dario Ottaviano" <dario_ottaviano@togliquestovirgilio.it>)
Responses Re: Case sensitivity  ("scott.marlowe" <scott.marlowe@ihs.com>)
List 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 by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Bug with rename bigserial column
Next
From: Richard Huxton
Date:
Subject: Re: Drawbacks of using BYTEA for PK?