Re: tsearch in core patch

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Hannu Krosing <hannu(at)skype(dot)net>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: tsearch in core patch
Date: 2007-06-22 09:05:57
Message-ID: 467B90F5.7000603@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> 3) ALTER FULLTEXT CONFIGURATION cfgname ADD/ALTER/DROP MAPPING
>> done
> Why not rename ALTER FULLTEXT CONFIGURATION --> ALTER TEXT SEARCH
> CONFIGURATION here too ?

It's renamed too.

> most languages can be written using UNICODE charset and UTF-8 encoding,
> so neither charset not encoding can be used to determine language.
yes

>> --- how do many languages use ISO8859-1 locale?.
> ISO8859-1 is encoding, not locale.

I meant, if we'll use encoding name (for example PG_LATIN1) we couldn't
distinguish languages which use that encoding (for example italian and finnish
and some more), but using locale names it's possible: it_IT.ISO8859-1,
fi_FI.ISO8859-1

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2007-06-22 09:20:34 Re: tsearch in core patch
Previous Message Simon Riggs 2007-06-22 08:49:47 Re: Worries about delayed-commit semantics