On Thu, Jul 21, 2016 at 12:57 AM, David Fetter <da...@fetter.org> wrote:
> Folks, > > Please find attached a patch which makes it possible to disallow > UPDATEs and DELETEs which lack a WHERE clause. As this changes query > behavior, I've made the new GUCs PGC_SUSET. > > What say? > > Can't you implement this as a extension? The SQL Firewall project is already doing some similar concepts by catching prohibiting SQL and preventing it from executing. https://github.com/uptimejp/sql_firewall