1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Unaccent dictionary.

This commit is contained in:
Teodor Sigaev
2009-08-18 10:34:39 +00:00
parent a88a48011c
commit 92e05bc6a5
12 changed files with 808 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.88 2009/08/07 20:50:21 petere Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.89 2009/08/18 10:34:39 teodor Exp $
subdir = contrib
top_builddir = ..
@ -39,6 +39,7 @@ SUBDIRS = \
tablefunc \
test_parser \
tsearch2 \
unaccent \
vacuumlo
ifeq ($(with_openssl),yes)