Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 2 Oct 2016 18:31:28 +0000 (14:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 2 Oct 2016 18:31:28 +0000 (14:31 -0400)
commite8bdee2770ff52aab208bc6f8965a4a01979d0aa
treee2f4c66b456019913b6fd8161412d3387150ed6a
parent728ceba938dfadb204a4854bb76ae3b11b635401
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.

Without this, an extension containing an access method is not properly
dumped/restored during pg_upgrade --- the AM ends up not being a member
of the extension after upgrading.

Another oversight in commit 473b93287, reported by Andrew Dunstan.

Report: <f7ac29f3-515c-2a44-21c5-ec925053265f@dunslane.net>
doc/src/sgml/ref/alter_extension.sgml
src/backend/parser/gram.y
src/bin/pg_dump/pg_dump.c