diff options
author | Stephen Frost <sfrost@snowman.net> | 2017-04-25 16:57:43 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2017-04-25 16:57:43 -0400 |
commit | 9139aa19423b736470f669e566f8ef6a7f19b801 (patch) | |
tree | 26fb1621d5062fc9fae965b59e657c8d6747a3cc /src/backend/utils/adt/ruleutils.c | |
parent | 5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a (diff) | |
download | postgresql-9139aa19423b736470f669e566f8ef6a7f19b801.tar.gz postgresql-9139aa19423b736470f669e566f8ef6a7f19b801.zip |
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
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions