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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)