Re: more ALTER .. DEPENDS ON EXTENSION fixes
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Cc: Ahsan Hadi <ahsan.hadi@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-03-11T20:06:48Z
Lists: pgsql-hackers
Thanks for the reviews; I pushed 0001 now, again to all branches since 9.6. Because of the previous commit, the fact that multiple statements are emitted is not important anymore: the server will only restore the first one, and silently ignore subsequent ones. And once you're using a system in that state, naturally only one will be emitted by pg_dump in all cases. What remains on this CF item is the new feature to remove an existing dependency. As Tom says, given the little use this feature gets it doesn't sound worth the destabilization risk in back branches, so I'm going to push it only to master -- but not yet. Thanks, -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
- 1e324cb0e761 13.0 landed
-
Add ALTER .. NO DEPENDS ON
- 5fc703946bf3 13.0 landed
-
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
- f977e6dec8a0 12.3 landed
- e70187c9b47c 11.8 landed
- d04e342ba404 10.13 landed
- b08dee24a557 13.0 landed
- 2b9d70159154 9.6.18 landed
-
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
- b7739ebecdcc 12.3 landed
- 899a04f5ed61 13.0 landed
- 7c094a11c70d 11.8 landed
- 73b31e784d64 9.6.18 landed
- 3dfd2d6cd28a 10.13 landed