12.7. 組態範例
CREATE TEXT SEARCH CONFIGURATION public.pg ( COPY = pg_catalog.english );postgres pg
pgsql pg
postgresql pgCREATE TEXT SEARCH DICTIONARY pg_dict (
TEMPLATE = synonym,
SYNONYMS = pg_dict
);CREATE TEXT SEARCH DICTIONARY english_ispell (
TEMPLATE = ispell,
DictFile = english,
AffFile = english,
StopWords = english
);Last updated
Was this helpful?