Re: pgsql: doc: mention dependency on collation libraries

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: pgsql: doc: mention dependency on collation libraries
Дата
Msg-id 20160702160212.GB9700@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: pgsql: doc: mention dependency on collation libraries  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: doc: mention dependency on collation libraries  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Re: Bruce Momjian 2016-07-02 <20160702155517.GD18610@momjian.us>
> > Shouldn't this mention that OS upgrades are a possible problem as
> > well? We've seen the de_DE.UTF-8 ordering break in RHEL 5->6, and
> > again in 6->7. (5 and 7 are compatible.) The problematic strings were
> > "999" and "9-9-9".
>
> Yes, we can do that.  Do you have suggested wording?  I was not sure how
> to tell people anything related to collation versions.

How about simply this: ?

   Non<literal>C</> and and non-<literal>POSIX</> locales rely on the
   operating system's collation library for character set ordering.
   This controls the ordering of keys stored in indexes.  For this
eason,
   a cluster cannot switch to an incompatible collation library
ersion,
   either through

+  operating system upgrade,

   snapshot restore, binary streaming replication, or
   <application>pg_upgrade</> run.

Christoph


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: doc: mention dependency on collation libraries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: doc: mention dependency on collation libraries