-
+
Data Definition
permissions on it.
+ More generally, note that not all SQL commands are able to work on
+ inheritance hierarchies. Commands that are used for data querying,
+ data modification, or schema modification
+ (e.g., SELECT, UPDATE, DELETE,
+ most variants of ALTER TABLE, but
+ not INSERT and ALTER TABLE ...
+ RENAME) typically default to including child tables and
+ support the ONLY notation to exclude them.
+ Commands that do database maintenance and tuning
+ (e.g., REINDEX, VACUUM)
+ typically only work on individual, physical tables and do no
+ support recursing over inheritance hierarchies. The respective
+ behavior of each individual command is documented in the reference
+ part ().
+
+
A serious limitation of the inheritance feature is that indexes (including
unique constraints) and foreign key constraints only apply to single