Skip to content

Commit 3284f19

Browse files
committed
Integrated dictionaires, packaged as extnesions
1 parent 8275820 commit 3284f19

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

contrib/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ SUBDIRS = \
2121
file_fdw \
2222
fuzzystrmatch \
2323
hstore \
24+
hunspell_en_us \
25+
hunspell_fr \
26+
hunspell_nl_nl \
27+
hunspell_ru_ru \
28+
hunspell_tr_tr \
2429
intagg \
2530
intarray \
2631
isn \

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
Dump/restore database statistics (Dmitry Ivanov)
4242
</para>
4343
</listitem>
44+
<listitem>
45+
<para>Some hunspell dictionaries for full-text search are bundled
46+
with distribution</para>
47+
</listitem>
4448

4549
</itemizedlist>
4650

@@ -204,6 +208,13 @@ Date: Wed Dec 30 16:00:20 2015 +0300
204208
ANALYZE after restoration of base or server upgrade
205209
</para>
206210
</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>
207218
</itemizedlist>
208219
</sect3>
209220
</sect2>

0 commit comments

Comments
 (0)