pgsql: Add an Accept parameter to "simple" dictionaries. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add an Accept parameter to "simple" dictionaries.
Date
Msg-id 20071114183637.BD6547540F0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: CVSROOT: Clean out a bunch of files in CVSROOT that aren't used anymore
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: pgloader - pgloader: New Directory