From a0e8df527ec24e8dba98f295c0e2ab6ccf3e5d2c Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 20 Apr 2011 22:49:37 -0400 Subject: Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants. Without this, adding an attribute to a typed table with an inheritance child fails, which is surprising. Noah Misch, with minor changes by me. --- doc/src/sgml/ref/alter_type.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml index e889ffbc352..a417c0d01b3 100644 --- a/doc/src/sgml/ref/alter_type.sgml +++ b/doc/src/sgml/ref/alter_type.sgml @@ -122,7 +122,7 @@ ALTER TYPE name ADD VALUE Automatically propagate the operation to typed tables of the - type being altered. + type being altered, and their descendants. -- cgit v1.2.3