diff options
author | feld <feld@FreeBSD.org> | 2019-05-29 04:02:03 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2019-05-29 04:02:03 +0800 |
commit | 03ccc6b130b33ceafc3fb45be946cc6aaffb9103 (patch) | |
tree | bf4787218e6ed5ee1963847f2e45e4f521dfd880 /databases/Makefile | |
parent | c8d7ba3154babc015c297b88c2b1a1099fa6d85b (diff) | |
download | freebsd-ports-gnome-03ccc6b130b33ceafc3fb45be946cc6aaffb9103.tar.gz freebsd-ports-gnome-03ccc6b130b33ceafc3fb45be946cc6aaffb9103.tar.zst freebsd-ports-gnome-03ccc6b130b33ceafc3fb45be946cc6aaffb9103.zip |
The rum module provides access method to work with RUM index. It is
based on the GIN access methods code.
WWW: https://github.com/postgrespro/rum
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 6726fe3df0c4..44e640449d08 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -682,6 +682,7 @@ SUBDIR += postgresql-prefix SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr + SUBDIR += postgresql-rum SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser SUBDIR += postgresql10-client |