Re: security hooks on object creation
Itagaki Takahiro <itagaki.takahiro@gmail.com>
From: Itagaki Takahiro <itagaki.takahiro@gmail.com>
To: KaiGai Kohei <kaigai@ak.jp.nec.com>
Cc: robertmhaas@gmail.com, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, kaigai@kaigai.gr.jp
Date: 2010-11-09T11:34:51Z
Lists: pgsql-hackers
2010/11/9 KaiGai Kohei <kaigai@ak.jp.nec.com>: > The attached patch provides plugin modules a hook just after object > creation time. In typical use cases, it enables to assign default > security labels on object creation by the external security providers. It looks like "DDL Trigger" on other database products. Do we need to consider both security hooks and DDL triggers now? Or, is it enough to design DLL triggers after the hooks are merged? Low-level hooks might be better for security providers because SQL-level triggers could be uninstall by superusers. -- Itagaki Takahiro