Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate

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

Commit: fd33d90a23150dec944cdfdf4587f7770543acd1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-21T21:24:00Z
Releases: 8.3.0
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

PathChange+/−
src/backend/commands/tsearchcmds.c modified +14 −19