Allow ALTER TABLE ONLY on partitioned tables

Stephen Frost <sfrost@snowman.net>

Commit: 9139aa19423b736470f669e566f8ef6a7f19b801
Author: Stephen Frost <sfrost@snowman.net>
Date: 2017-04-25T20:57:43Z
Releases: 10.0
Allow ALTER TABLE ONLY on partitioned tables

There is no need to forbid ALTER TABLE ONLY on partitioned tables,
when no partitions exist yet.  This can be handy for users who are
building up their partitioned table independently and will create actual
partitions later.

In addition, this is how pg_dump likes to operate in certain instances.

Author: Amit Langote, with some error message word-smithing by me

Files

Documentation touched