diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-07-29 22:05:26 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-07-29 22:05:26 +0800 |
commit | 015949a885a71c8c69e6184171a2e8fdb5ede440 (patch) | |
tree | e7bdd3e0fe1958755b4fadc5fbf1c53b3ad11843 /databases/Makefile | |
parent | 63dcd8625f7c38b8c112448a6cef9c6aa8ab56a1 (diff) | |
download | freebsd-ports-gnome-015949a885a71c8c69e6184171a2e8fdb5ede440.tar.gz freebsd-ports-gnome-015949a885a71c8c69e6184171a2e8fdb5ede440.tar.zst freebsd-ports-gnome-015949a885a71c8c69e6184171a2e8fdb5ede440.zip |
The package provides a few PostgreSQL functions that allow you to get at
lower-level data about full text search.
WWW: https://github.com/zulip/tsearch_extras
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 923866780c30..3ab4c0a39be7 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -973,6 +973,7 @@ SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tora + SUBDIR += tsearch_extras SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC |