• Stephen Frost's avatar
    Allow ALTER TABLE ONLY on partitioned tables · 9139aa19
    Stephen Frost authored
    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
    9139aa19
truncate.sql 6.67 KB