"Alvaro Alvarez" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to