Re: Retiring some encodings?

From: Ken Marshall <ktm(at)rice(dot)edu>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Andrew Dunstan <andrew(at)dunslane(dot)net>, DEVOPS_WwIT <devops(at)ww-it(dot)cn>, Tatsuo Ishii <ishii(at)postgresql(dot)org>, wenhui qiu <qiuwenhuifx(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Bruce Momjian <bruce(at)momjian(dot)us>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, ZHU XIAN WEN <tony(dot)zhu(at)ww-it(dot)cn>
Subject: Re: Retiring some encodings?
Date: 2025-06-05 15:14:58
Message-ID: aEG0cmEzJxLnbsRT@customer.dllstxx1.pop.starlinkisp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 05, 2025 at 03:35:19PM +0200, Christoph Berg wrote:
> Re: Michael Paquier
> > On Mon, May 26, 2025 at 06:54:49PM +0200, Daniel Gustafsson wrote:
> > > Agreed, it seems very unappealing to remove something so important to such a
> > > large userbase.
> >
> > Agreed that the so-said "state" level requirement would be a
> > non-starter.
>
> Or maybe support for using these as server encodings could be
> removed, keeping the client_encoding part intact?
>
> Christoph
>

Hi,

Doesn't the ICU system support this encoding? They could just use it if
you still want to remove our own implementation.

Regards,
Ken

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-06-05 15:18:11 Re: pg18: Virtual generated columns are not (yet) safe when superuser selects from them
Previous Message Tom Lane 2025-06-05 15:10:04 Re: Wrong security context for deferred triggers?