Re: [HACKERS] CBAC (content based access control), OIDs, auto fields - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] CBAC (content based access control), OIDs, auto fields
Date
Msg-id Pine.NEB.3.95.980115160638.16579a-100000@hub.org
Whole thread Raw
In response to CBAC (content based access control), OIDs, auto fields  (De Clarke <de@ucolick.org>)
List pgsql-hackers
On Thu, 15 Jan 1998, De Clarke wrote:

> Am I alone in thinking this would be incredibly cool and
> worth some effort?  I would love to see PG be demonstrably
> BETTER than the commercial competition in several specific
> areas (then maybe I could get approval to use it for
> production work) and this looks like a good opportunity.

    Look forward to seeing the patches? :)

    I think the concepts are cool (uid, recno, timestamp) for having
this directly in the tables, and the concept of being able to have record
based restrictions on a table doubly so.

    An example of the usefulness of this is the radiusd accounting
package I've been working on.  Be nice to be able to let the salesman have
direct select access to the login records for *their* clients, and then
have full access to the personal information records to actually make
changes...without them having access to another clients records...



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: New pg_pwd patch and stuff
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] Arrays (inserting and removing)