Re: [GENERAL] Limit postgres user logins
gvim wrote: My hba file has: local all postgresmd5 hostall admin 127.0.0.1/32 md5 hostall dbuser127.0.0.1/32 md5 But that still allows users other than postgres to attempt to login as postgr
[GENERAL] Limit postgres user logins
My hba file has: local all postgresmd5 hostall admin 127.0.0.1/32 md5 hostall dbuser127.0.0.1/32 md5 But that still allows users other than postgres to attempt to login as postgres. Is there