Re: GRANT access rights on rows

From: Andrew Chambers <andychambers2002(at)yahoo(dot)co(dot)uk>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: GRANT access rights on rows
Date: 2006-01-05 08:25:17
Message-ID: 20060105082517.GA29219@yapgi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 23:56 Wed 04 Jan , Jaromír Kamler wrote:
> Hallo,
> I need GRANT some privilegies to one row. I know, that it si possible to do that for columns, but I do not know how do it for rows. Any ideas?
>
I believe the conventional method of doing this is to create a view
selecting all the rows you wish to make accessable, then to grant access
to the view.

Regards,
Andy

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message First Last 2006-01-05 08:36:58 can't connect to postgresql via phppgadmin and pgaccess
Previous Message Tjibbe Rijpma 2006-01-05 07:57:45 foreign key's in system tables