Refactor "ALTER some-obj SET SCHEMA" implementation

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2164f9a1254980a02ef9ca99ee3bcb8c1298b219
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-10-02T21:13:54Z
Releases: 9.3.0
Refactor "ALTER some-obj SET SCHEMA" implementation

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

Files