Status of group implementation

From: Ernst Lehmann <lehmann(at)acheron(dot)franken(dot)de>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Status of group implementation
Date: 1999-04-25 21:32:26
Message-ID: 199904252132.XAA10573@orinoco.franken.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am interested in the status of the Groups implementation in PostgreSQL.

Currently I am using the 6.42 release and I have the problem, that I can
not grant access to groups. I searched the mailinglists for this problem,
but with no result. I read carefully the changes list for the 6.5beta
release, but there was nothing mentioned too.

Now, can anybody tell me, if the group-system in pgsql (6.42 or 6.5)
works, and if it works, please tell me how. And if it is not working, can
anybody out there tell me, when it will be working in the future ?

Here is what I tried:

insert into pg_group values ('dbadmin','1');
create user test with password test123 in group dbadmin;
create table bezeichner.....
grant all on bezeichner to group dbadmin;

Login as user test;

select * from bezeichner;
NOTICE: in_group: group 0 not found
NOTICE: in_group: group 1 not found
NOTICE: in_group: group 96 not found
ERROR: bezeichner: Permission denied.

Am I stupid ? Am I doing something wrong ? Or is the group mechanism still
broken.

Thank you very much for your help....

--
Bye
Ernst
----
Ernst Lehmann lehmann(at)acheron(dot)franken(dot)de
Regensburg ; Germany

Browse pgsql-general by date

  From Date Subject
Next Message gorman 1999-04-25 21:40:15
Previous Message Vadim Mikheev 1999-04-25 15:58:47 Re: [GENERAL] Vacuum Crash