Re: directional marks

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: nngodinh(at)tiscali(dot)it
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: directional marks
Date: 2002-09-16 17:25:30
Message-ID: Pine.LNX.4.44.0209161904540.1307-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

nngodinh(at)tiscali(dot)it writes:

> The only way to fix the problem is to remove any directional mark occurrence,
> or to make PostgreSQL ignore that kind of characters during UNICODE queries.
>
> What do you think about it?

Either remove the directional marks or consistently use them in all your
queries (or use wildcards to paint over the difference). The directional
mark characters aren't just for amusement -- they contain real information
so they cannot be ignored.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-09-16 17:25:48 Re: 7.3 Beta Schema and pg_dump
Previous Message Peter Eisentraut 2002-09-16 17:25:04 Re: PGXLOG variable worthwhile?