Re: Extending grant insert on tables to sequences

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Extending grant insert on tables to sequences
Date: 2008-05-24 04:56:49
Message-ID: c2d9e70e0805232156p20dbe2b9j2a88d35f951d625e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, May 22, 2008 at 1:18 PM, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
> Hi,
>
> The idea of this patch is to avoid the need to make explicit grants on
> sequences owned by tables.
>

I've noted that the patch i attached is an older version that doesn't
compile because of a typo...
Re-attaching right patch and fix documentation to indicate the new behaviour...

we need an user visible message to indicate this implicit grant on the
sequences?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Guayaquil - Ecuador
Cel. (593) 087171157

Attachment Content-Type Size
grant_seq.patch text/plain 3.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-24 05:09:41 Re: Extending grant insert on tables to sequences
Previous Message Teodor Sigaev 2008-05-24 04:07:48 Re: [GENERAL] Fragments in tsearch2 headline

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-24 05:09:41 Re: Extending grant insert on tables to sequences
Previous Message Alvaro Herrera 2008-05-24 03:59:29 Re: \d+ should display the storage options for columns