Re: Rearranging ALTER TABLE to avoid multi-operations bugs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-13T20:02:26Z
Lists: pgsql-hackers
Attachments
- fix-alter-table-order-of-operations-2.patch (text/x-diff) patch
I wrote: > [ fix-alter-table-order-of-operations-1.patch ] The cfbot noticed that this failed to apply over a recent commit, so here's v2. No substantive changes. regards, tom lane
Commits
-
Clarify behavior of adding and altering a column in same ALTER command.
- 9b9c5f279e82 13.0 landed
-
Restructure ALTER TABLE execution to fix assorted bugs.
- 1281a5c907b4 13.0 landed
-
doc: Add best practises section to partitioning docs
- e788e849addd 12.0 cited
-
Allow on-the-fly capture of DDL event details
- b488c580aef4 9.5.0 cited