What is a postgres superuser

https://www.postgresql.org/docs/current/static/sql-createrole.html

These clauses determine whether the new role is a “superuser”, who can override all access restrictions within the database.

yes – all privileges in all databases on the specified cluster

Leave a Comment