Remove option to change parser of an existing text search configuration.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8a5592daf1bcc65f002fce23de1ee0e533e6c6a6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-22T05:13:50Z
Releases: 8.3.0
Remove option to change parser of an existing text search configuration.
This prevents needing to do complex and poorly-defined updates of the
mapping table if the new parser has different token types than the old.
Per discussion.

Files