Re: Grant / Revoke functionality

From: Alexander Priem <ap(at)cict(dot)nl>
To: shridhar(at)frodo(dot)hserus(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Grant / Revoke functionality
Date: 2004-02-19 10:32:19
Message-ID: 20040219103213.A21B5D1B4C5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ah. In that case schema's are of no use for me. I just want an easy way to give users different rights on tables/views, without having to specify every single table and view. Maybe this is something that needs to be changed in a future release? I have many many tables and views and having to specify every single one of them is just a drag...<BR><BR>Kind regards,<BR>Alexander Priem.<BR><BR><BR>&gt; On Thursday 19 February 2004 15:43, Alexander Priem wrote:<BR>&gt; &gt; Hi Shridhar,<BR>&gt; &gt;<BR>&gt; &gt; I created some schemas, as you seggested, but the only rights I can apply<BR>&gt; &gt; to a schema are 'usage' and&nbsp;'create'. Is it possible to assign 'select',<BR>&gt; &gt; 'insert' and 'update' rights to an entire schema?<BR>&gt; <BR>&gt; No. You can not do that. You have to grant those right on the objects. Howe&gt; ver <BR>&gt; while revoking them you can just revoke the schema rights and the objects <BR>&gt; will be inaccessible to that user.<BR>&gt; <BR>&gt; HTH<B
R>&gt; <BR>&gt; Shridhar<BR><BR><BR>Met vriendelijke groet,<BR><BR>Alexander Priem<BR>CICT Solutions<BR>Email: ap(at)cict(dot)nl<BR>Internet: www.cict.nl<BR>

Attachment Content-Type Size
unknown_filename text/html 1.1 KB

Browse pgsql-general by date

  From Date Subject
Next Message Wei Wang 2004-02-19 11:50:46 How do I get query result(select e.g.) from a dynamic command(EXECUTE)?
Previous Message Shridhar Daithankar 2004-02-19 10:24:23 Re: Grant / Revoke functionality