Thread

  1. Unicode 17

    Alexander Borisov <lex.borisov@gmail.com> — 2025-10-21T19:20:21Z

    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
    
    
    
    
    
  2. Re: Unicode 17

    Daniel Verite <daniel@manitou-mail.org> — 2025-10-24T11:23:53Z

    	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/