Re: [GENERAL] Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Robert <robert(at)robert(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)
Date: 1999-12-13 23:28:34
Message-ID: Pine.LNX.4.20.9912132245300.361-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1999-12-13, Lamar Owen mentioned:

> The default 6.5.3-2 RPM's are compiled with --enable-locale, but not
> with --with-mb=LATIN2.

Perhaps the next set of RPMs could be compiled with --enable-locale and
--with-mb=SQL_ASCII. At least do it like now: the non-locale/non-multibyte
version for performance, and the locale/mb version for features. Please
note that SQL_ASCII doesn't mean that the db cannot support any other
encoding, it's just the default encoding initdb uses.

The questioner could then use this RPM and initialize with initdb -e
LATIN2, if he chooses.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 1999-12-13 23:31:02 Re: [GENERAL] Re: With what options RPM was compiled? ( Was: CzechWin1250 sorting q)
Previous Message Peter Eisentraut 1999-12-13 23:28:28 Re: [GENERAL] [GENERAL/INTERFACES] Dynamically detecting need to vacuum?