Re: roles question - Mailing list pgsql-hackers

From Joe Conway
Subject Re: roles question
Date
Msg-id 42D022D1.2040904@joeconway.com
Whole thread Raw
In response to Re: roles question  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Stephen Frost wrote:
> 
> To give 'testuser' the rights of 'testrole' you should do:
> grant testrole to testuser;

> This is because create role, alter role, alter user, etc, use the
> same set of options (since there's a large overlap) in the syntax,
> though some things don't make sense for some of those commands.

Ah, that clears things up considerably -- Thanks Stephen!

Joe


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: roles question
Next
From: Hannu Krosing
Date:
Subject: Re: Checkpoint cost, looks like it is WAL/CRC