Add more ALTER <object> .. SET SCHEMA commands.

Robert Haas <rhaas@postgresql.org>

Commit: 55109313f96fb5c7d671fe8954b6f7fc0cca9631
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-11-26T22:31:54Z
Releases: 9.1.0
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.

Files