aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-tsearch-czech/tsearch_czech_create.sql
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-tsearch-czech/tsearch_czech_create.sql')
-rw-r--r--community/postgresql-tsearch-czech/tsearch_czech_create.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/postgresql-tsearch-czech/tsearch_czech_create.sql b/community/postgresql-tsearch-czech/tsearch_czech_create.sql
index de32ca05c8b..3af7107dd07 100644
--- a/community/postgresql-tsearch-czech/tsearch_czech_create.sql
+++ b/community/postgresql-tsearch-czech/tsearch_czech_create.sql
@@ -31,6 +31,7 @@ SELECT EXISTS (SELECT 1 FROM pg_ts_dict WHERE dictnamespace = :'namespace'::regn
afffile = czech,
stopwords = czech
);
+ COMMENT ON TEXT SEARCH DICTIONARY :"dictname" IS 'Ispell dictionary for czech language';
\endif
-- Update TS configuration