Re: BUG #4808: Rules on system catalogs are allowed but not executed. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4808: Rules on system catalogs are allowed but not executed.
Date
Msg-id 29883.1242228666@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4808: Rules on system catalogs are allowed but not executed.  (Dave Page <dpage@pgadmin.org>)
List pgsql-bugs
Dave Page <dpage@pgadmin.org> writes:
> On Wed, May 13, 2009 at 3:36 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> They're not honored by internal catalog updates, no.

> Shouldn't their creation be prevented in the first place, like triggers?

Well, maybe --- normally I'd say that superusers shouldn't need training
wheels, but making it consistent with triggers is a legitimate argument.

Comparing the code, I notice that DefineRule isn't being very picky
about the relkind either; it looks like it'd let you create rules on
sequences or toast tables, neither of which seems tremendously sensible.
CreateTrigger explicitly restricts to plain tables, and what would make
sense if we are trying to make the behavior comparable is to restrict
rules to tables or views.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: BUG #4808: Rules on system catalogs are allowed but not executed.
Next
From: Dimitri Fontaine
Date:
Subject: custom_variable_classes module names