missing rename support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject missing rename support
Date
Msg-id 1322948781.26266.9.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: missing rename support  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
I noticed the following object types don't have support for an ALTER ...
RENAME command:

DOMAIN (but ALTER TYPE works)
FOREIGN DATA WRAPPER
OPERATOR
RULE
SERVER

Are there any restrictions why these couldn't be added?

(I stumbled upon this while trying to rename a foreign server, but we
might as well make everything consistent.)




pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: [REVIEW] Patch for cursor calling with named parameters
Next
From: Dimitri Fontaine
Date:
Subject: Re: Why so few built-in range types?