Ipv4 connection forces me to use postgres user?
I want to connect my middleware with a different user, but the only connection string I can find for ipv4 connections uses postgres.<projectid>, which uses the postgres user.
1 Reply
You would just change postgres to a user/role that has login ability.