• Tom Lane's avatar
    Implement "ALTER EXTENSION ADD object". · 5bc178b8
    Tom Lane authored
    This is an essential component of making the extension feature usable;
    first because it's needed in the process of converting an existing
    installation containing "loose" objects of an old contrib module into
    the extension-based world, and second because we'll have to use it
    in pg_dump --binary-upgrade, as per recent discussion.
    
    Loosely based on part of Dimitri Fontaine's ALTER EXTENSION UPGRADE
    patch.
    5bc178b8
extension.h 1.23 KB