Re: Roles - SET ROLE Updated - Mailing list pgsql-patches

From Tom Lane
Subject Re: Roles - SET ROLE Updated
Date
Msg-id 21991.1121972617@sss.pgh.pa.us
Whole thread Raw
In response to Re: Roles - SET ROLE Updated  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Roles - SET ROLE Updated  (Stephen Frost <sfrost@snowman.net>)
List 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Roles - SET ROLE Updated
Next
From: Stephen Frost
Date:
Subject: Re: Roles - SET ROLE Updated