Re: Case sensitivity

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Dario Ottaviano" <dario_ottaviano(at)togliquestovirgilio(dot)it>, pgsql-general(at)postgresql(dot)org
Subject: Re: Case sensitivity
Date: 2004-01-12 09:57:32
Message-ID: 200401120957.32060.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-01-12 10:04:04 Re: Drawbacks of using BYTEA for PK?
Previous Message Richard Huxton 2004-01-12 09:55:44 Re: Bug with rename bigserial column