I've got postgres installed in multiple environments. In each of those environments, I have 2+ databases.
If I have superuser database rights, is there a way to install the CITEXT extension for all databases on a given postgres install?
As of right now, once logged into an environment and in a postgres console, I have to run CREATE EXTENSION IF NOT EXISTS citext; for each database.