Re: [GENERAL] Using aclitem[] at application layer

2011-01-10 Thread Tom Lane
"A.M." writes: > In an attempt to implement ACLs at the application layer (for resources > stored outside of the database), I am evaluating using aclitem[] as a column > type. All the functions I would need seem to be in place: aclcontains, > aclexplode, aclinsert, aclitemeq, aclitemin, aclitem

[GENERAL] Using aclitem[] at application layer

2011-01-10 Thread A.M.
Hello, In an attempt to implement ACLs at the application layer (for resources stored outside of the database), I am evaluating using aclitem[] as a column type. All the functions I would need seem to be in place: aclcontains, aclexplode, aclinsert, aclitemeq, aclitemin, aclitemout, aclremove,