postgresql/src/backend/rewrite
Tom Lane a710713644 Add checks to DefineQueryRewrite() to prohibit attaching rules to relations
that aren't RELKIND_RELATION or RELKIND_VIEW, and to disallow attaching rules
to system relations unless allowSystemTableMods is on.  This is to make the
behavior of CREATE RULE more like CREATE TRIGGER, which disallows the
comparable cases.  Per discussion of bug #4808.
2009-05-13 22:32:55 +00:00
..
Makefile Revert updatable views 2009-01-27 12:40:15 +00:00
rewriteDefine.c Add checks to DefineQueryRewrite() to prohibit attaching rules to relations 2009-05-13 22:32:55 +00:00
rewriteHandler.c Revert updatable views 2009-01-27 12:40:15 +00:00
rewriteManip.c Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
rewriteRemove.c Revert updatable views 2009-01-27 12:40:15 +00:00
rewriteSupport.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00