Remove option to change parser of an existing text search configuration.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_tsconfig.sgml | modified | +3 −27 |
| doc/src/sgml/ref/create_tsconfig.sgml | modified | +4 −5 |
| src/backend/commands/tsearchcmds.c | modified | +23 −95 |
| src/backend/parser/gram.y | modified | +2 −9 |
| src/include/nodes/parsenodes.h | modified | +1 −3 |