Re: roles question

From: Joe Conway <mail(at)joeconway(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: roles question
Date: 2005-07-09 19:17:37
Message-ID: 42D022D1.2040904@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2005-07-09 20:33:31 Re: Checkpoint cost, looks like it is WAL/CRC
Previous Message Stephen Frost 2005-07-09 19:13:08 Re: roles question