Re: charset/collation in values

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: charset/collation in values
Date: 2004-11-02 16:32:55
Message-ID: Pine.LNX.4.44.0411021726190.2015-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2 Nov 2004, Peter Eisentraut wrote:

> For the theoretical specification of a collation, it might suffice to
> know the character repertoire. But I think in practice, the
> implementation of a collation will require knowing the specific
> character encoding.

The named entity that is called a collation works for a character
repertoire. It would need to handle different charsets for that repertoire
of course. So there would be one collation called say ucs_sv and not
utf8_sv, utf16_sv, utf32_sv.

Anyway, this is not a problem.

--
/Dennis Björklund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message oozmen 2004-11-02 16:33:25 How to create/initialize/access an execution plan
Previous Message Peter Eisentraut 2004-11-02 15:36:38 Re: charset/collation in values