Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.

Robert Haas <rhaas@postgresql.org>

Commit: 3c3bb99330aa9b4c2f6258bfa0265d806bf365c3
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-03-02T11:53:44Z
Releases: 10.0
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.

Also, recursively perform VACUUM and ANALYZE on partitions when the
command is applied to a partitioned table.  In passing, some related
documentation updates.

Amit Langote, reviewed by Michael Paquier, Ashutosh Bapat, and by me.

Discussion: http://postgr.es/m/47288cf1-f72c-dfc2-5ff0-4af962ae5c1b@lab.ntt.co.jp

Files

Documentation touched

Discussion