File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ SUBDIRS = \
21
21
file_fdw \
22
22
fuzzystrmatch \
23
23
hstore \
24
+ hunspell_en_us \
25
+ hunspell_fr \
26
+ hunspell_nl_nl \
27
+ hunspell_ru_ru \
28
+ hunspell_tr_tr \
24
29
intagg \
25
30
intarray \
26
31
isn \
Original file line number Diff line number Diff line change 41
41
Dump/restore database statistics (Dmitry Ivanov)
42
42
</para>
43
43
</listitem>
44
+ <listitem>
45
+ <para>Some hunspell dictionaries for full-text search are bundled
46
+ with distribution</para>
47
+ </listitem>
44
48
45
49
</itemizedlist>
46
50
@@ -204,6 +208,13 @@ Date: Wed Dec 30 16:00:20 2015 +0300
204
208
ANALYZE after restoration of base or server upgrade
205
209
</para>
206
210
</listitem>
211
+ <listitem>
212
+ <para>
213
+ Several hunspell dictionaries for full-text search are now included
214
+ as contrib modules and can be easily installed into the database
215
+ using CREATE EXTENSION command.
216
+ </para>
217
+ </listitem>
207
218
</itemizedlist>
208
219
</sect3>
209
220
</sect2>
You can’t perform that action at this time.
0 commit comments