Re: dropped default locale

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: dropped default locale
Date: 2022-12-21 15:14:37
Message-ID: 1350354.1671635677@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net> writes:
> For that matter, is DELETE FROM pg_collation ... equivalent
> to DROP COLLATION ?

There's also entries in pg_depend and pg_shdepend to worry
about.

For these built-in collations, as of v15 there are no such
entries, but prior versions had explicit "pin" entries.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message vignesh C 2022-12-21 17:21:51 Re: Support logical replication of DDLs
Previous Message Karsten Hilbert 2022-12-21 14:51:54 Re: dropped default locale