pgsql: Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the
Date: 2007-08-21 21:24:00
Message-ID: 20070821212400.51FF6754259@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/commands:
tsearchcmds.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tsearchcmds.c?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Korryd 2007-08-21 22:33:33 edb-debugger - server: plugin_profiler.c should now compile under 8.2.x
Previous Message Tom Lane 2007-08-21 21:08:47 pgsql: First rough cut at text search documentation: bare bones