Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 01467d3e4f51fe304c0160c9895484ad696d1e87
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-02-10T22:37:22Z
Releases: 9.1.0
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.

Per discussion, this is something we should have sooner rather than later,
and it doesn't take much additional code to support it.

Files