Re: Ideas needed: How to create and store collation

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Ideas needed: How to create and store collation
Date: 2002-11-19 01:21:30
Message-ID: 20021119.102130.35471748.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I'd be inclined to handle it similarly to the way that Tatsuo did with
> conversion_procs: let collations be represented by comparison functions
> that meet some suitable API. I think that trying to represent such a
> table as an SQL table compactly will be a nightmare, and trying to
> access it quickly enough for reasonable performance will be worse. Keep
> the problem out of the API and let each comparison function do what it
> needs to do internally.

Agreed. That was the way I have been thinking about collation/create
character stuff too.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Harr 2002-11-19 01:22:24 Re: Bug with sequence
Previous Message Joe Conway 2002-11-19 00:46:06 Re: mislaid reference to update script for after 7.3 upgrade