Re: Case sensitivity - Mailing list pgsql-general

From Dev Kumkar
Subject Re: Case sensitivity
Date
Msg-id CALSLE1P5wpo8KG1yx8DNgVXd-s1RJ5UOSb-gTXuR+7uTAYSQsA@mail.gmail.com
Whole thread Raw
In response to Re: Case sensitivity  (Dev Kumkar <devdas.kumkar@gmail.com>)
Responses Re: Case sensitivity  (Dev Kumkar <devdas.kumkar@gmail.com>)
List pgsql-general
On Wed, Dec 11, 2013 at 9:47 PM, Dev Kumkar <devdas.kumkar@gmail.com> wrote:
Actually for searches lower will work.
But the other important aspect is 'inserts' which would result 2 rows if the values are 'A' and 'a'. Intent here to have it case insensitive.

If CITEXT it will update the same row and works.
CITEXT is an alternative but was wondering if there is any other alternate solution/setting while creating database.

Also does CITEXT fetch via JDBC works the same way as fetch/set string values? Any quick comments here.
http://techie-experience.blogspot.in/2013/04/hibernate-supporting-case-insensitive.html

Regards...

Also if the key columns are CITEXT is there any performance issues on indexes?

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is it possible that session lock is not released
Next
From: Dev Kumkar
Date:
Subject: Re: Case sensitivity