pgsql: Add an Accept parameter to "simple" dictionaries.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an Accept parameter to "simple" dictionaries.
Date: 2007-11-14 18:36:37
Message-ID: 20071114183637.BD6547540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add an Accept parameter to "simple" dictionaries. The default of true
gives the old behavior; selecting false allows the dictionary to be used
as a filter ahead of other dictionaries, because it will pass on rather
than accept words that aren't in its stopword list.
Jan Urbanski

Modified Files:
--------------
pgsql/doc/src/sgml:
textsearch.sgml (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.32&r2=1.33)
pgsql/src/backend/tsearch:
dict_simple.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_simple.c?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2007-11-14 21:04:39 pgloader - pgloader: New Directory
Previous Message Magnus Hagander 2007-11-14 14:46:48 CVSROOT: Clean out a bunch of files in CVSROOT that aren't used anymore