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
garyaustin
garyaustin4w ago
You would just change postgres to a user/role that has login ability.

Did you find this page helpful?