Arrays and pg_groupr - Mailing list pgsql-hackers

From Nicolas Nappe
Subject Arrays and pg_groupr
Date
Msg-id 01BF47C3.FD30ECA0@warbird.uflo.edu.ar
Whole thread Raw
List pgsql-hackers
I´m trying to implement a security scheme based on groups, so I tried to
write some little functions in C. Unfortunately, although I managed to read the 
internal format, I couldn´t create the ArrayType to return to the backend. It shouldn´tbe very difficult. I mean, it´s
onlyone dimension.I tried to use a string and array_in, too; but array_in keeps saying 
 
"array_in:need to specify dimension"Are there some functions already written to implement this kind of security.


pgsql-hackers by date:

Previous
From: Nicolas Nappe
Date:
Subject: access control lists ( acl )
Next
From: Ed Loehr
Date:
Subject: Re: [HACKERS] Finding corrupt data