Re: granting permission to groups?

From: "Frank P(dot) Miles" <fpmi(at)home(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: granting permission to groups?
Date: 2000-04-09 12:35:22
Message-ID: 38F0790A.2A37DC5@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:
>
> Frank Miles writes:
>
> > I've been having problems trying to give permissions to groups, using
> > the Debian-packaged Postgresql 6.5.3.
> >
> > So far my search has turned up some old messages indicating that this
> > was broken in earlier versions of Postgresql.
> >
> > Can someone tell me whether this is the case with this version? What
> > about 7.0?
>
> 7.0 adds CREATE/ALTER/DROP GROUP commands but whether that helps depends
> on what "broken" refers to.
>
> --
> Peter Eisentraut Sernanders väg 10:115
> peter_e(at)gmx(dot)net 75262 Uppsala
> http://yi.org/peter-e/ Sweden

Sorry for my lack of specificity. Using the syntax in the 'GRANT'
section
of the Postgresql manual, I inserted a group into pg_group, then created
users within that group, then granted SELECT permissions for the group.
There were no error messages; these steps appeared to work properly.
Unfortunately, users are still unable to do SELECTs, though they are
able
to do a 'psql database-name', and list the tables.

Is 7.0 necessary to get groups to work? Or might I be missing something
else? I didn't find where/which system table contained group/database
permissions, so could not confirm some of the aspects of the
configuration.

Any suggestions or references would be appreciated.

-frank

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ramses v. Pinxteren 2000-04-09 14:53:25 PHP-Postgres link
Previous Message Robert W. Berger 2000-04-09 05:32:33 Re: SELECT speed with LIKE