[COMMITTERS] pgsql: Documentation fix for ALTER TYPE .. RENAME

2013-05-27 Thread Stephen Frost
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.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/39485bbdbadab26287e097474bb63acda4593abb

Modified Files
--
doc/src/sgml/ref/alter_type.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Documentation fix for ALTER TYPE .. RENAME

2013-05-27 Thread Stephen Frost
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.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/02230d3cd01c99834fcb1bc468091f1c27362127

Modified Files
--
doc/src/sgml/ref/alter_type.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers