Re: Security question : Database access control - Mailing list pgsql-admin

From Igor Georgiev
Subject Re: Security question : Database access control
Date
Msg-id 012101c279e8$f6008d00$0b0546c0@alpha.bg
Whole thread Raw
In response to Security question : Database access control  ("Igor Georgiev" <gory@alphasoft-bg.com>)
List pgsql-admin
> They can just read the raw database files as well.
wow I'm not sure
how about this
 
    edit pg_hba.conf
        # Allow any user on the local system to connect to any
        # database under any username
        local        all                                          trust
 
su - posgres
psql test -U dba
or
pg_dump test
 
> You have to be able to trust whoever has root access to the system, as well as anyone who has
> physical access to the system.

pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Security question : Database access control
Next
From: Nicholas Barthelemy
Date:
Subject: 7.2 date/time format function problems