Re: Roles

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: brucejhyatt(at)yahoo(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Roles
Date: 2008-11-22 02:21:42
Message-ID: 21423.1227320502@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Bruce Hyatt <brucejhyatt(at)yahoo(dot)com> writes:
> It appears there are some predefined roles (superuser, admin) but I
> can't find a definition of these privileges in the documentation.

There's no builtin concept of an "admin" role. There is such a thing as
superuser, but that's a property of a role not a specific role (ie, you
can have more than one superuser role if you want). See "Database roles
and privileges" chapter in the manual. The CREATE ROLE reference page
has some details too. Be sure to consult the manual version
corresponding to the PG version you are using, as the features in this
area have changed over time.

regards, tom lane

In response to

  • Roles at 2008-11-22 01:54:58 from Bruce Hyatt

Responses

  • Re: Roles at 2008-11-22 02:58:33 from Bruce Hyatt

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Hyatt 2008-11-22 02:58:33 Re: Roles
Previous Message Bruce Hyatt 2008-11-22 01:54:58 Roles