Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas <rhaas@postgresql.org>
Add more ALTER <object> .. SET SCHEMA commands. This adds support for changing the schema of a conversion, operator, operator class, operator family, text search configuration, text search dictionary, text search parser, or text search template. Dimitri Fontaine, with assorted corrections and other kibitzing.