From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>, Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, Markus Wanner <markus(at)bluegap(dot)ch>, Alex Hunsaker <badalex(at)gmail(dot)com>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: New patch for Column-level privileges |
Date: | 2009-01-08 23:29:41 |
Message-ID: | 20090108232941.GV26233@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Stephen Frost <sfrost(at)snowman(dot)net> writes:
> > I'm open to suggestions about how to handle this. My first thought
> > would be- add an entry to the cols_sel list for the RTE that is special
> > and indicates "any column", perhaps by using a '0' for the attrid, as is
> > done elsewhere. Then modify ExecCheckRTEPerms() to handle it.
>
> Wouldn't it be sufficient to treat an empty cols_sel list that way?
I've thought about it some, and yes, that sounds reasonable. I'll try
and implement it tonight and test it out.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2009-01-08 23:41:22 | Re: Improving compressibility of WAL files |
Previous Message | Hannu Krosing | 2009-01-08 23:29:08 | Re: Improving compressibility of WAL files |