Skip to content

Commit df18046

Browse files
committed
Integrated dictionaires, packaged as extnesions
1 parent 4ac8735 commit df18046

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

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

0 commit comments

Comments
 (0)