pg_stat_statements extension in Postgres

It is possible to do this now with:
fly postgres config update -a your-db --shared-preload-libraries pg_stat_statements

and then restart with:
fly restart your-db

1 Like