Re: [v9.2] sepgsql's DROP Permission checks
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Kohei KaiGai <kaigai@kaigai.gr.jp>
Cc: PgHacker <pgsql-hackers@postgresql.org>
Date: 2012-01-18T02:53:02Z
Lists: pgsql-hackers
On Tue, Jan 17, 2012 at 10:55 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote: > Do I modify the patch to place object-access-hook on deleteOneObject > (probably, it is the best position to track actual deletion)? > One problem is case of deletion of columns by ALTER TABLE. > It just marks "attisdropped" flag; without removing catalog entry. > Do we ought to put this hook on ATExecDropColumn exceptionally? +1. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company