DROP COLLATION vs pg_collation question

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: DROP COLLATION vs pg_collation question
Date: 2024-06-11 21:15:46
Message-ID: Zmi-gljgKdjQmY8B@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear list members,

maybe a naive question but I was unable to find an answer in
the fine manual (sv_SE being an example)

Does running

DROP COLLATION IF EXISTS pg_catalog."sv_SE"

also remove the corresponding row from pg_collation (assuming
nothing depends on collation sv_SE) ?

Experimentation seems to hint that way but I was unable to
confirm.

Thanks
Karsten
--
GPG 40BE 5B0E C98E 1713 AFA6 5BC0 3BEA AC80 7D4F C89B

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Koen De Groote 2024-06-11 21:38:02 Re: Questions on logical replication
Previous Message hubert depesz lubaczewski 2024-06-11 19:58:43 Re: Does trigger only accept functions?