Carlos Mennens writes:
> I've been reading the documentation and I'm trying to understand what
> 'GRANT' options make up a 'superuser' in PostgreSQL.
Superuser-ness is not a grantable privilege; it's an attribute of a
role. See CREATE/ALTER ROLE.
> Obviously 'Carlos' is a superuser but what doe
I've been reading the documentation and I'm trying to understand what
'GRANT' options make up a 'superuser' in PostgreSQL.
I've got my account which is 'carlos' and then I have an account
called 'jason'. Can someone please explain the difference between the
two roles:
postgres=# \dg
L