Re: ExecutorCheckPerms() hook - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: ExecutorCheckPerms() hook
Date
Msg-id 20100525135914.GP21875@tamriel.snowman.net
Whole thread Raw
In response to Re: ExecutorCheckPerms() hook  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: ExecutorCheckPerms() hook
List pgsql-hackers
* KaiGai Kohei (kaigai@ak.jp.nec.com) wrote:
> * DoCopy() and RI_Initial_Check() were reworked to call ExecCheckRTEPerms()
>   with locally built RangeTblEntry.

Maybe I missed it somewhere, but we still need to address the case where
the user doesn't have those SELECT permissions that we're looking for in
RI_Initial_Check(), right?  KaiGai, your patch should be addressing that
in a similar fashion..
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: libpq, PQexecPrepared, data size sent to FE vs. FETCH_COUNT
Next
From: Mike Fowler
Date:
Subject: [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)