Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate
Tom Lane <tgl@sss.pgh.pa.us>
Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate 'with map' parameter; as things now stand there's really not much point in specifying a config-to-copy if you don't copy its map. Also, use COPY instead of TEMPLATE as the key word for a config-to-copy, so as to avoid confusion with text search templates. Per discussion; the just-committed reference page for the command already describes it this way.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tsearchcmds.c | modified | +14 −19 |