diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2021-03-11 21:06:35 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2021-03-11 21:06:35 +0800 |
commit | 25b10db00018f2a795c27c404debf4203234a33f (patch) | |
tree | f01ddb47fdad269a8ece06d1d3bc4ec63de11519 /databases/Makefile | |
parent | 59815b06049f92f35b2ed0c92e43dce1b2da9922 (diff) | |
download | freebsd-ports-gnome-25b10db00018f2a795c27c404debf4203234a33f.tar.gz freebsd-ports-gnome-25b10db00018f2a795c27c404debf4203234a33f.tar.zst freebsd-ports-gnome-25b10db00018f2a795c27c404debf4203234a33f.zip |
Add pg_hashids 1.3, postgreSQL extension for generates short, unique,
non-sequential ids from numbers.
PR: 254180
Submitted by: dmitry.wagin@ya.ru
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 d69e9f46044b..d0ca744e91fe 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -567,6 +567,7 @@ SUBDIR += pg_citus SUBDIR += pg_dirtyread SUBDIR += pg_ed25519 + SUBDIR += pg_hashids SUBDIR += pg_partman SUBDIR += pg_qualstats SUBDIR += pg_reorg |