Note to self: use pgsql client 18 to list server version 18 databases, as client 16 fails, understandably.
$ psql -U dbuser -d db18 -h host --list
ERROR: column d.daticulocale does not exist
LINE 8: d.daticulocale as "ICU Locale",
^
HINT: Perhaps you meant to reference the column "d.datlocale".




