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.
Showing
- doc/src/sgml/ref/alter_tsconfig.sgml 3 additions, 27 deletionsdoc/src/sgml/ref/alter_tsconfig.sgml
- doc/src/sgml/ref/create_tsconfig.sgml 4 additions, 5 deletionsdoc/src/sgml/ref/create_tsconfig.sgml
- src/backend/commands/tsearchcmds.c 23 additions, 95 deletionssrc/backend/commands/tsearchcmds.c
- src/backend/parser/gram.y 2 additions, 9 deletionssrc/backend/parser/gram.y
- src/include/nodes/parsenodes.h 1 addition, 3 deletionssrc/include/nodes/parsenodes.h
Loading
Please register or sign in to comment