Re: permission rejected
От | paul butler |
---|---|
Тема | Re: permission rejected |
Дата | |
Msg-id | 0f3f75624110a43PCOW035M@blueyonder.co.uk обсуждение исходный текст |
Ответ на | Re: permission rejected ("A.Bhuvaneswaran" <bhuvansql@myrealbox.com>) |
Список | pgsql-novice |
Date sent: Thu, 10 Apr 2003 16:17:49 +0530 (IST) From: "A.Bhuvaneswaran" <bhuvansql@myrealbox.com> To: paul butler <paul@entropia.co.uk> Copies to: pgsql-novice@postgresql.org Subject: Re: [NOVICE] permission rejected Thanks very much, This limitation is not clear from anything in the docs and a view doesn't really solve this problem. But its no big problem. Cheers Paul Butler > > mfx=# GRANT SELECT ON employee(eid,forename,rights) TO > > GROUP accessor; > > Currently, to grant privileges to only few columns, you must create a view > having the desired columns and then grant privileges to that view. > > # create view employee_view as select eid, forename, rights from employee; > # grant select on employee_view to group accessor; > > regards, > bhuvaneswaran > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster
В списке pgsql-novice по дате отправления: