Documentation fix for ALTER TYPE .. RENAME

Stephen Frost <sfrost@snowman.net>

Commit: 02230d3cd01c99834fcb1bc468091f1c27362127
Author: Stephen Frost <sfrost@snowman.net>
Date: 2013-05-27T15:18:29Z
Releases: 9.2.5
Documentation fix for ALTER TYPE .. RENAME

The documentation for ALTER TYPE .. RENAME claimed to support a
RESTRICT/CASCADE option at the 'type' level, which wasn't implemented
and doesn't make a whole lot of sense to begin with.  What is supported,
and previously undocumented, is

ALTER TYPE .. RENAME ATTRIBUTE .. RESTRICT/CASCADE.

I've updated the documentation and back-patched this to 9.1 where it was
first introduced.

Files

PathChange+/−
doc/src/sgml/ref/alter_type.sgml modified +2 −2