Arrays and pg_groupr

From: Nicolas Nappe <nnappe(at)uflo1(dot)uflo(dot)edu(dot)ar(dot)overnet(dot)com(dot)ar>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Arrays and pg_groupr
Date: 1999-12-16 15:49:26
Message-ID: 01BF47C3.FD30ECA0@warbird.uflo.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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´t
be very difficult. I mean, it´s only one 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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolas Nappe 1999-12-16 15:55:03 access control lists ( acl )
Previous Message Zeugswetter Andreas SB 1999-12-16 14:52:26 Re: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVIN G