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)
commit646e115fdd457f59dd81d69b49fd56ffb876c5a2
tree8d1b14c7fe97391c44420d7aa4b4f4d85212b5c4
parent07e13a19657a26d3053b8dfadd53747479367c8c
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