Re: case and accent insensitive

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: case and accent insensitive
Date: 2018-03-24 14:49:55
Message-ID: 89c707df-8d80-81ac-2a0b-e704e97bda26@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 23.03.2018 um 23:04 schrieb MOISES ESPINOSA:
> I don't know how i could reproduced case insensitive and accent
> insensitive.

Maybe you can use lower() for case insensitive or citext for the same
(https://www.postgresql.org/docs/10/static/citext.html) and the
unaccent-extension
for the accent insensitive
(https://www.postgresql.org/docs/10/static/unaccent.html)

*untested*

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message HORDER Phil 2018-03-24 18:03:15 RE: Foreign Key locking / deadlock issue.... v2
Previous Message rob stone 2018-03-24 11:30:17 Re: Foreign Key locking / deadlock issue.... v2