]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Documentation fix for ALTER TYPE .. RENAME
authorStephen Frost <sfrost@snowman.net>
Mon, 27 May 2013 15:12:54 +0000 (11:12 -0400)
committerStephen Frost <sfrost@snowman.net>
Mon, 27 May 2013 15:18:29 +0000 (11:18 -0400)
commit02230d3cd01c99834fcb1bc468091f1c27362127
tree19ae3cb6e8beada2efa217f36a2ae6990ff5a185
parent6e83fc6d05793691d795814e55168783874721de
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.
doc/src/sgml/ref/alter_type.sgml