Thread: Arrays and pg_groupr

Arrays and pg_groupr

From
Nicolas Nappe
Date:
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.