How do I check access privileges in PostgreSQL? code example Example: postgresql grant all privileges on database GRANT ALL PRIVILEGES ON dbname TO username;