public inbox for [email protected]
help / color / mirror / Atom feedFrom: Laurenz Albe <[email protected]>
To: Matthias Apitz <[email protected]>
Cc: [email protected]
Subject: Re: COLLATION update in 13.1
Date: Fri, 28 Mar 2025 08:17:04 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <Z-ZDvVau16I_7txj@c720-1400094>
References: <CAHzebO-2qy2RkrhTvqPs8=6Ju_6-7C=MSumVMZxTs7zRYp-6mA@mail.gmail.com>
<[email protected]>
<[email protected]>
<Z-D0PoRbfrCufWdu@c720-1400094>
<[email protected]>
<Z-ZDvVau16I_7txj@c720-1400094>
On Fri, 2025-03-28 at 07:37 +0100, Matthias Apitz wrote:
> Anyway, does it make sense to ALTER COLLATION in these databases as well?
> >
> > I would say so, yes. At least on the template you are using for new databases.
>
> $ psql -Upostgres template0
> Passwort für Benutzer postgres:
> psql: FATAL: database "template0" is not currently accepting connections
> $
>
> With 'template1' and 'postgres' it works fine.
You'd have to temporarily allow connections and reset it once you are done.
ALTER DATABASE template0 ALLOW_CONNECTIONS TRUE;
\c template0
ALTER COLLATION ... REFRESH VERSION;
ALTER DATABASE template0 ALLOW_CONNECTIONS FALSE;
\q
Yours,
Laurenz Albe
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: COLLATION update in 13.1
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox