From: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Reworks of DML permission checks |
Date: | 2010-06-14 08:46:12 |
Message-ID: | 4C15EC54.4040306@ak.jp.nec.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The attached patch tries to rework DML permission checks.
It was mainly checked at the ExecCheckRTEPerms(), but same logic was
implemented in COPY TO/FROM statement and RI_Initial_Check().
This patch tries to consolidate these permission checks into a common
function to make access control decision on DML permissions. It enables
to eliminate the code duplication, and improve consistency of access
controls.
Thanks,
--
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
Attachment | Content-Type | Size |
---|---|---|
pgsql-v9.1-reworks-dml-checks.1.patch | application/octect-stream | 19.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2010-06-14 09:00:32 | Re: GSoC - Materialized Views - is stale or fresh? |
Previous Message | Fujii Masao | 2010-06-14 08:42:12 | Re: Proposal for 9.1: WAL streaming from WAL buffers |