Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.

Neil Conway <neilc@samurai.com>

Commit: a55898131e0c68efc5836a6cada8e34e47678b71
Author: Neil Conway <neilc@samurai.com>
Date: 2007-07-03T01:30:37Z
Releases: 8.3.0
Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.
Sequences and views could previously be renamed using ALTER TABLE, but
this was a repeated source of confusion for users. Update the docs,
and psql tab completion. Patch from David Fetter; various minor fixes
by myself.

Files