Re: Help on collation and accent sensitivity

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "jlmssilva" <jlmssilva(at)netcabo(dot)pt>
Subject: Re: Help on collation and accent sensitivity
Date: 2005-12-08 09:52:18
Message-ID: 200512081052.19123.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jlmssilva wrote:
> I'm experienced with SQL Server (now learning pg)
> and there only by choosing the appropriate collation I get
> case/accent sensitivity policy well defined. Is there any similar
> parameter in pg that I've missed and have the same effect?

You could try to define your own locale, but I'm not sure how that works
on Windows.

Rumour has it that some people to accent-insensitive comparisons using
the to_ascii function. Since the notion of accent-sensitivity differs
between languages, it'd probably be best if you wrote your own
conversion function.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jens Carl 2005-12-08 10:16:14 Multi-Master-Solution (PGCluster)?
Previous Message Hannes Dorbath 2005-12-08 08:50:28 Re: TSearch2 / Get all unique lexems