Case sensitivity - Mailing list pgsql-general

From Scott Gilbert
Subject Case sensitivity
Date
Msg-id NFBBLLGHLDHKCLMNHNBEIEOCCEAA.scott.gilbert@netregistry.au.com
Whole thread Raw
List pgsql-general
We intend to move from M$ Access to PostgreSQL, however, much of our legacy
code operates under the assumption that string or text comparisons are case
insensitive whereas postgres is case sensitive.  This issue extends to SQL
Select statements as well as straight comparison (i.e. in addition to the <,
> and = operators, the WHERE and IN clauses in SQL statements are also
issues) so we can't simply modify the function attached to the comparison
operators.  Is there some means of modifying the behaviour of PostgreSQL so
that it is case insensitive?




Attachment

pgsql-general by date:

Previous
From: "Kevin J. Drewiske"
Date:
Subject: RE: delete columns from table!
Next
From: John Clark Naldoza y Lopez
Date:
Subject: Re: Case sensitivity