Postgresql – In Google Cloud SQL Postgres how do I avoid log_min_messages as not superuser?
There's no way in google cloud sql postgres to make a superuser. So I get: psql --version psql (PostgreSQL) 16.3 (Postgres.app) psql postgres://postgres:password@ip/db FATAL: permission denied to set parameter "log_min_messages" when I try and connect. I've set this flag to…