Обсуждение: Unicode 17

Поиск
Список
Период
Сортировка

Unicode 17

От
Alexander Borisov
Дата:
Hi, hackers!

On September 9, 2025, a new version of Unicode was released —
Unicode 17.0.0.
Considering that Postgres was updated to version 16 just a few months
ago, I have a question: is there any update policy?

Does it happen that some projects wait a while and then get updated,
as is customary in the Postgres community?
I can take care of this and send you an update for all the tables and
everything related to it.

But maybe you have someone keeping an eye on things, or is it somehow
automated?

-- 
Best regards,
Alexander Borisov




Re: Unicode 17

От
"Daniel Verite"
Дата:
    Alexander Borisov wrote:

> I can take care of this and send you an update for all the tables and
> everything related to it.
>
> But maybe you have someone keeping an eye on things, or is it somehow
> automated?

With the current sources, the build process can pick up Unicode 17
without any manual code change.

In $BUILD_DIR/src/common/unicode, run:

$ make UNICODE_VERSION=17.0.0 update-unicode


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/