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
@@ -203,6 +207,13 @@ Date: Wed Dec 30 16:00:20 2015 +0300
203
207
ANALYZE after restoration of base or server upgrade
204
208
</para>
205
209
</listitem>
210
+ <listitem>
211
+ <para>
212
+ Several hunspell dictionaries for full-text search are now included
213
+ as contrib modules and can be easily installed into the database
214
+ using CREATE EXTENSION command.
215
+ </para>
216
+ </listitem>
206
217
</itemizedlist>
207
218
</sect3>
208
219
</sect2>
You can’t perform that action at this time.
0 commit comments