LIKE and REGEX on postgres

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: LIKE and REGEX on postgres
Date: 2004-06-24 04:38:39
Message-ID: 40DA5ACF.5010801@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does LIKE and REGEX work on all encodings in Postgres, if the locale is set to C?

(This of course would break all sorting for any langauge except english, if I understand things correctly.)

Although it's not going to happen because of memory constraints, it'd be a LOT simpler if everything internal to Postgres - disk, tables, and memory - were utf32.

Browse pgsql-general by date

  From Date Subject
Next Message mike g 2004-06-24 04:43:22 Re: LIKE and encoding and locale
Previous Message Dennis Gearon 2004-06-24 04:18:29 LIKE and encoding and locale