• Alvaro Herrera's avatar
    Refactor "ALTER some-obj SET SCHEMA" implementation · 2164f9a1
    Alvaro Herrera authored
    Instead of having each object type implement the catalog munging
    independently, centralize knowledge about how to do it and expand the
    existing table in objectaddress.c with enough data about each object
    type to support this operation.
    
    Author: KaiGai Kohei
    Tweaks by me
    Reviewed by Robert Haas
    2164f9a1
dropcmds.c 7.53 KB