Re: [HACKERS] CREATE COLLATION definitional questions for ICU

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] CREATE COLLATION definitional questions for ICU
Дата
Msg-id 61696630-4648-7930-3a8d-6a91914cd222@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] CREATE COLLATION definitional questions for ICU  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] CREATE COLLATION definitional questions for ICU  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 6/25/17 11:45, Tom Lane wrote:
> * Should not the FROM code path copy the old collation's version?
> It seems a little bit weird that "cloning" a collation takes the
> liberty of installing a new version.

I think this is working correctly.  Specifying the version explicitly is
really only useful for pg_upgrade, because it needs to reproduce the
state that is on disk.  When you create a new collation, you want to
work with the collation version that the currently running software
provides.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] Pluggable storage
Следующее
От: "Colin 't Hart"
Дата:
Сообщение: [HACKERS] lag(bigint,int,int), etc?