On Fri, Nov 21, 2003 at 07:13:46 -0600, Jason Tesser <[EMAIL PROTECTED]> wrote: > > If I did that could I use a table in Postgre as a groups table so I can control > who can go where or who can see what in a web app? I was wondering if Postgre > had some built in functions that could help me out here?
You can use groups to control access to objects in postgres. For role level security you probably want to make your own group tables and use views joining the groups table for rows matching the current user, with the tables containing the tuples of interest to control access. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html