Re: [GENERAL] Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q) - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: [GENERAL] Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)
Date
Msg-id Pine.LNX.4.20.9912132245300.361-100000@localhost.localdomain
Whole thread Raw
In response to Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)  (Lamar Owen <lamar.owen@wgcr.org>)
List 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




pgsql-general by date:

Previous
From: Charles Martin
Date:
Subject: grinding to a halt?
Next
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] [GENERAL/INTERFACES] Dynamically detecting need to vacuum?