I want to create a postgres user that can access only one database on the postgres server at all.
Currently my flow is:
create database database1; create
REVOKE the SELECT permissions on the information_schema and some sections in the system catalog.