BUG #2915: Not working: GRANT * TO GROUP * - Mailing list pgsql-bugs

From Alvaro Alvarez
Subject BUG #2915: Not working: GRANT * TO GROUP *
Date
Msg-id 200701220127.l0M1RNC2057229@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2915: Not working: GRANT * TO GROUP *  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2915
Logged by:          Alvaro Alvarez
Email address:      alvaro.a.alvarez@gmail.com
PostgreSQL version: 8.2.1
Operating system:   Windows Vista
Description:        Not working: GRANT * TO GROUP *
Details:

Hello.

I am trying to assign connect and temporary privilages to a group and it is
not working. I think i am writing the SQL sentence correctly, but it doesn't
work.

db: a default empty database.
db_group: a group role.

I tried, using both the GUI and CLI:
GRANT CONNECT, TEMPORARY ON DATABASE db TO GROUP db_group;

But somehow the results was as if i had witten (even though there is no
db_group user):
GRANT CONNECT, TEMPORARY ON DATABASE db TO db_group;

Regards,

Alvaro.

pgsql-bugs by date:

Previous
From: "prasad mahit"
Date:
Subject: BUG #2916: SELECT query has no destination for result data
Next
From: Tom Lane
Date:
Subject: Re: BUG #2914: SELECT query has no destination for result data