Limit postgres user logins - Mailing list pgsql-general

From gvim
Subject Limit postgres user logins
Date
Msg-id 4BC79E0D.5020205@googlemail.com
Whole thread Raw
Responses Re: Limit postgres user logins  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
My hba file has:

local   all         postgres                                    md5
host    all         admin         127.0.0.1/32          md5
host    all         dbuser        127.0.0.1/32          md5

But that still allows users other than postgres to attempt to login as postgres. Is there any way I can limit access to
thepostgres user specified as being logged in as postgres? 

gvim



pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: solaris tarballs and pl/java
Next
From: John R Pierce
Date:
Subject: Re: Limit postgres user logins