Re: primary keys as TEXT - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: primary keys as TEXT
Date
Msg-id 1154115274.31664.132.camel@state.g2switchworks.com
Whole thread Raw
In response to primary keys as TEXT  (Manlio Perillo <manlio_perillo@libero.it>)
List pgsql-sql
On Fri, 2006-07-28 at 03:37, Manlio Perillo wrote:
> Hi.
> 
> There can be performancs problems in having primary keys of type TEXT?
> What about having a primary key of 3 columns (all of type TEXT)?

The biggest problem with using text as a primary key or foreign key is
that text types are locale dependent, so that you might get one
behaviour on one server and another behaviour on another, depending on
configuration of the locale and the locale support on that machine.

For instance, if you have a locale that says that E and e are
equivalent, and another locale that says they aren't...


pgsql-sql by date:

Previous
From: "Aaron Bono"
Date:
Subject: Re: primary keys as TEXT
Next
From: Manlio Perillo
Date:
Subject: Re: primary keys as TEXT