an application with postgres database is installed in a personal pc of a person (os: windows), how to prevent this person from accessing the db directly (using pgAdmin)?
the database cluster is already protected by a password (superadmin role) and pg_hba.conf auth-option is set to md5, but that person can set it to trust and bypass the password!