> 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.

Reply via email to