Re: Restricted query - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Restricted query
Date
Msg-id 40AACF28.7060000@commandprompt.com
Whole thread Raw
In response to Restricted query  (Josué Maldonado <josue@lamundial.hn>)
Responses Re: Restricted query  (Marco Lazzeri <marcomail@noze.it>)
List pgsql-general
You could use a view and give group rights to a particular view.

Josué Maldonado wrote:

> Hello list,
>
> This is an inventory system where some users are restricted to view only
> certain suppliers, those restrictions are in a table called pedusers
> (username,supplierallowed), there are other kind of "superuser" who are
> not restricted, actually I created another table for them (userexcept).
> To select restricted rows I use this code:
>
> select *  from prvdor
> where prvtiprov = 2 and
> prvpk in
> (select usr_prvdor from peduser where
> usr_login = 'default')
>
>
> I think I would write this in a return set function instead but I would
> like to know others ways to write a SQL sentence to return the rows
> according users permission/restrictions.
>
>
> Thanks in advance for your comments
>
>
>

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_autovacuum seems to be a neat freak and cleans way
Next
From: Tom Lane
Date:
Subject: Re: PgSQL 7.4.2 - NaN on Tru64 UNIX