Re: Question About Roles - Mailing list pgsql-general

From Tom Lane
Subject Re: Question About Roles
Date
Msg-id 1207.1404309469@sss.pgh.pa.us
Whole thread Raw
In response to Question About Roles  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Question About Roles [ANSWERED]
Re: Question About Roles
List pgsql-general
Rich Shepard <rshepard@appl-ecosys.com> writes:
> ... my question is what do I need to do so when a user is added to the
> system the local administrator and the group specified during the createuser
> process, she or he can be granted that group's privileges?

I might be misunderstanding, but I think you're looking for GRANT/REVOKE:

  GRANT rolename TO newuser;

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Question About Roles
Next
From: Rich Shepard
Date:
Subject: Re: Question About Roles [ANSWERED]