Re: [GENERAL] Understanding Roles & Grant Options

2010-12-30 Thread Tom Lane
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

[GENERAL] Understanding Roles & Grant Options

2010-12-30 Thread Carlos Mennens
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