Re: Roles - SET ROLE Updated

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Roles - SET ROLE Updated
Date: 2005-07-21 19:03:37
Message-ID: 21991.1121972617@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

BTW, I realized we do not support granting roles to PUBLIC:

regression=# create role r;
CREATE ROLE
regression=# grant r to public;
ERROR: role "public" does not exist

but as far as I can tell SQL99 expects this to work.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2005-07-21 19:28:26 Re: Roles - SET ROLE Updated
Previous Message Tom Lane 2005-07-21 18:50:38 Re: Roles - SET ROLE Updated

Browse pgsql-patches by date

  From Date Subject
Next Message Stephen Frost 2005-07-21 19:28:26 Re: Roles - SET ROLE Updated
Previous Message Tom Lane 2005-07-21 18:50:38 Re: Roles - SET ROLE Updated