Re: Grants on sequences via Grant Wizard

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Bartosz Dmytrak <bdmytrak(at)gmail(dot)com>
Cc: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>, Dhiraj Chawla <dhiraj(dot)chawla(at)enterprisedb(dot)com>
Subject: Re: Grants on sequences via Grant Wizard
Date: 2013-05-07 08:07:58
Message-ID: CA+OCxoz-W1c3qHPoVE5gNhEFYyUP1fDE-WHhaC2+V_iBtQc+nA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dhiraj, can you look at this please?

Thanks.

On Thu, May 2, 2013 at 9:21 AM, Bartosz Dmytrak <bdmytrak(at)gmail(dot)com> wrote:
> Hi all,
> I've noticed Grant Wizard (schema node) generates odd SQL to grant
> privileges on sequence. Sequence is treated as a table, so SQL may look like
> this:
>
> GRANT SELECT, UPDATE, INSERT, DELETE, REFERENCES ON TABLE "MySchema"."MySeq"
> TO "MyGroup";
>
> what produces warning message:
> WARNING: sequence "MySeq" only supports USAGE, SELECT, and UPDATE
> privileges
>
> Of course SELECT is granted :)
>
> My suggestion is to change this behavior to produce SQL dedicated to
> sequence:
> GRANT SELECT ON SEQUENCE "MySchema"."MySeq" TO "MyGroup";
>
> Without (INSERT, UPDATE, etc).
> Also there is no USAGE option available in Grant Wizard window (schema node
> only).
>
> env pgAdmin 1.16.1 on Windows.
>
> Regards,
> Bartek

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Bartosz Dmytrak 2013-05-08 06:52:32 [BUG?] Account expire date
Previous Message Colin Beckingham 2013-05-06 08:57:11 Re: Latest git compile fails on 'EVP_PKEY_free'