Re: Case Insensitive Database

From: "Ozer, Pam" <pozer(at)automotive(dot)com>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Case Insensitive Database
Date: 2010-08-24 21:20:05
Message-ID: C3CA20D47A2DF94FBF9CF0AE8D964CC412436B@mail-001.corp.automotive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

How does the performance compare to using lower(varchar) vs citext?

-----Original Message-----
From: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
Sent: Tuesday, August 24, 2010 12:11 PM
To: Ozer, Pam
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] Case Insensitive Database

On Tue, Aug 24, 2010 at 12:43 PM, Ozer, Pam <pozer(at)automotive(dot)com> wrote:
> I currently have a mysql database that is case insensitive.  Is it possible
> to set up a case insensitive database in PostgressQl?  So far it doesn't
> look like it.  And if it is possible what are the variables I need to set?

You can use the contrib module for citext types.

--
To understand recursion, one must first understand recursion.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tena Sakai 2010-08-24 21:22:32 Re: trouble restoring database
Previous Message Tom Lane 2010-08-24 19:40:35 Re: postgresql 8.3 logging user passwords in clear text