"Alvaro Alvarez" <alvaro(dot)a(dot)alvarez(at)gmail(dot)com> writes:
> 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;
Since PG 8.1 we don't really make a distinction between users and
groups --- they're both "roles". So AFAICS there's not anything wrong
here.
regards, tom lane