From:
"Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To:
"Abhijit Menon-Sen" <ams(at)oryx(dot)com>
Cc:
"Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Jaime Casanova" <systemguards(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Extending grant insert on tables to sequences
Date:
2008-07-12 19:32:03
Message-ID:
3073cc9b0807121232m6b8e6ae0ycaa78d6b8595d39d@mail.gmail.com (view raw or flat )
Thread:
2008-05-22 18:18:24 from "Jaime Casanova" <systemguards(at)gmail(dot)com>
2008-05-24 04:56:49 from "Jaime Casanova" <systemguards(at)gmail(dot)com>
2008-05-24 05:09:41 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-05-24 05:19:05 from "Jaime Casanova" <systemguards(at)gmail(dot)com>
2008-05-29 17:18:13 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
2008-05-29 17:36:06 from "Jaime Casanova" <systemguards(at)gmail(dot)com>
2008-07-08 13:32:44 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-07-08 16:10:45 from "Jaime Casanova" <systemguards(at)gmail(dot)com>
2008-07-09 18:58:37 from Abhijit Menon-Sen <ams(at)oryx(dot)com>
2008-07-09 19:11:25 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-07-10 03:11:40 from Abhijit Menon-Sen <ams(at)oryx(dot)com>
2008-07-11 16:57:37 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
2008-07-12 11:30:41 from Abhijit Menon-Sen <ams(at)oryx(dot)com>
2008-07-12 19:32:03 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
2008-07-12 19:52:37 from Abhijit Menon-Sen <ams(at)oryx(dot)com>
2008-07-12 20:50:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-07-24 16:17:07 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
2008-07-24 17:09:24 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-07-12 20:06:51 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-08-23 03:19:53 from Bruce Momjian <bruce(at)momjian(dot)us>
2008-08-25 06:44:42 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
2008-09-01 06:50:48 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
2008-09-01 13:49:22 from Stephen Frost <sfrost(at)snowman(dot)net>
2008-09-04 00:03:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-09-04 00:41:41 from Stephen Frost <sfrost(at)snowman(dot)net>
2008-09-04 16:22:32 from "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
Lists:
pgsql-hackers pgsql-patches
On Sat, Jul 12, 2008 at 6:30 AM, Abhijit Menon-Sen <ams(at)oryx(dot)com> wrote:
>
>> <para>
>> ! Granting permission on a table automatically extend
>> ! permissions to any sequences owned by the table, including
>> ! sequences tied to <type>SERIAL</> columns.
>> </para>
>
> Should be "Granting permissions on a table automatically extends those
> permissions to...".
>
what about "extends them to..."
>> + if ((istmt.objtype == ACL_OBJECT_RELATION) && (istmt.all_privs ||
>> + (istmt.privileges & (ACL_INSERT | ACL_UPDATE | ACL_SELECT))))
>> + {
>
> The parentheses around the first comparison can go away, and also the
> ones around the ACL_* here:
>
ok
--
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Guayaquil - Ecuador
Cel. (593) 87171157
In response to
Responses
pgsql-hackers by date
Next :From: Abhijit Menon-SenDate: 2008-07-12 19:52:37
Subject : Re: Extending grant insert on tables to sequences
Previous :From : Tom LaneDate : 2008-07-12 19:17:59
Subject : Re: PATCH: CITEXT 2.0 v3
pgsql-patches by date
Next :From: Abhijit Menon-SenDate: 2008-07-12 19:52:37
Subject : Re: Extending grant insert on tables to sequences
Previous :From : Tom LaneDate : 2008-07-12 18:27:57
Subject : Re: Relation forks & FSM rewrite patches