]> granicus.if.org Git - postgresql/commit
Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 21:24:00 +0000 (21:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 21:24:00 +0000 (21:24 +0000)
commitfd33d90a23150dec944cdfdf4587f7770543acd1
tree24f250041a3de890e15329677709f8f404de5f9d
parent3e3bb36ee9122fdb211cb08575d6837f8ab522cc
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.
src/backend/commands/tsearchcmds.c