Re: missing rename support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: missing rename support
Date
Msg-id 28134.1323100471@sss.pgh.pa.us
Whole thread Raw
In response to Re: missing rename support  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I don't think so.  There's no ALTER RULE command; should we add one
> (matching ALTER TRIGGER) or make this part of ALTER TABLE?  I don't
> think constraints can be renamed either, which should probably be
> addressed along with rules.

Note that renaming an index-based constraint should also rename the
index.  I believe the other direction works already.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: cannot read pg_class without having selected a database / is this a bug?
Next
From: Robert Haas
Date:
Subject: Re: cannot read pg_class without having selected a database / is this a bug?