aboutsummaryrefslogtreecommitdiff
path: root/contrib/tsearch/dict.h
blob: 851b4a457573857198bacb346b07451b6a387e8e (plain)
1
2
3
4
5
6
7
8
#define TABLE_DICT_START	,{
#define TABLE_DICT_END		}

#include "dict/porter_english.dct"
#include "dict/russian_stemming.dct"

#undef TABLE_DICT_START
#undef TABLE_DICT_END