Re: [SQL] Protection of tables by group and not by users

2000-09-06 Thread Jie Liang
Hi there, I don't quite know what really want to do, however, postgres support group , so you can create a group one time, then grant or revoke this group of people from an object just need the group name. see CREATE GROUP groupname [EMAIL PROTECTED] wrote: > > Hello, > > Is it possible t

[SQL] Protection of tables by group and not by users

2000-09-05 Thread nicolas . michaud
Hello, Is it possible to protect a table of Postgresql by a group of persons instead of giving a list of persons ? Thanks for your answers Regards nicolas michaud