Creating Groups

From: "Shawn T(dot) Walker" <swalker(at)iac(dot)net>
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Creating Groups
Date: 1998-07-28 22:11:28
Message-ID: 13758.19410.631659.138916@proton.iac.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

I figured how to create a user, but how to I create a group?
Here is what I did:

create user <username>
nocreatedb
nocreateuser
in group staff;

I got a CREATE;

When I try to grant access I get an error:

grant all
on user_info
to group staff

Anyone have any ideas??? It would be a real pain to have to do this
on a user level.

--

Shawn T. Walker swalker(at)iac(dot)net
Internet Access Cincinnati
"Dogs believe they are human. Cats believe they are God."
If your strength is small, don't carry heavy burdens.
If your words are worthless, don't give advice.
__Chinese Proverb

Browse pgsql-admin by date

  From Date Subject
Next Message James Olin Oden 1998-07-28 22:53:36 Re: [ADMIN] Limits on Tables?
Previous Message Gerald Brandt 1998-07-28 16:25:36 Re: [ADMIN] Limits on Tables?