postgresql/doc
Stephen Frost 39485bbdba 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.
2013-05-27 11:18:37 -04:00
..
src Documentation fix for ALTER TYPE .. RENAME 2013-05-27 11:18:37 -04:00
bug.template Stamp 9.1.9. 2013-04-01 14:23:05 -04:00
KNOWN_BUGS
Makefile Add maintainer-check target 2011-03-28 22:56:52 +03:00
MISSING_FEATURES
TODO