What is the preferred method (if there even is one) for modifying the
comment on a language?
I vaguely remember it being documented that it was stored in
pg_language.lancompiler and specified using the LANCOMPILER option to
CREATE LANGUAGE or by updating the record directly. pgAdmin has done it
this way for years but during a scouring of the docs today, I notice
that LANCOMPILER is no longer mentioned and there is no COMMENT ON
LANGUAGE to replace it.
Regards, Dave.