Re: Proper Unicode support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alexey Mahotkin <alexm(at)hsys(dot)msk(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proper Unicode support
Date: 2003-08-11 08:37:04
Message-ID: Pine.LNX.4.56.0308111036000.1333@krusty.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alexey Mahotkin writes:

> AFAIK, currently the codepoints are sorted in their numerical order. I've
> searched the source code and could not find the actual place where this is
> done. I've seen executor/nodeSort.c and utils/tuplesort.c. AFAIU, they
> are generic sorting routines.

PostgreSQL uses the operating system's locale routines for this. So the
sort order depends on choosing a locale that can deal with Unicode.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2003-08-11 08:42:00 Re: Farewell
Previous Message Peter Eisentraut 2003-08-11 08:34:13 Re: sql99 compat list