Commit f40334b
committed
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 473b932, reported by Andrew Dunstan.
Report: <f7ac29f3-515c-2a44-21c5-ec925053265f@dunslane.net>1 parent 4677fe9 commit f40334b
File tree
3 files changed
+14
-1
lines changed- doc/src/sgml/ref
- src
- backend/parser
- bin/pg_dump
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3929 | 3929 | | |
3930 | 3930 | | |
3931 | 3931 | | |
3932 | | - | |
| 3932 | + | |
| 3933 | + | |
| 3934 | + | |
| 3935 | + | |
| 3936 | + | |
| 3937 | + | |
| 3938 | + | |
| 3939 | + | |
| 3940 | + | |
| 3941 | + | |
3933 | 3942 | | |
3934 | 3943 | | |
3935 | 3944 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12505 | 12505 | | |
12506 | 12506 | | |
12507 | 12507 | | |
| 12508 | + | |
| 12509 | + | |
| 12510 | + | |
12508 | 12511 | | |
12509 | 12512 | | |
12510 | 12513 | | |
| |||
0 commit comments