diff options
author | matthew <matthew@FreeBSD.org> | 2016-06-09 07:27:22 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-06-09 07:27:22 +0800 |
commit | 6bf61db92327200a90cd240d92561f432125b19c (patch) | |
tree | ea12624af34b0cd87dc9e441a25f2ddf55554455 /databases/Makefile | |
parent | 22becf055958868ce4a69ad36aa8e1ddaf2aa9b6 (diff) | |
download | freebsd-ports-gnome-6bf61db92327200a90cd240d92561f432125b19c.tar.gz freebsd-ports-gnome-6bf61db92327200a90cd240d92561f432125b19c.tar.zst freebsd-ports-gnome-6bf61db92327200a90cd240d92561f432125b19c.zip |
pglogical is a logical replication system implemented entirely as a
PostgreSQL extension. Fully integrated, it requires no triggers or
external programs. This alternative to physical replication is a
highly efficient method of replicating data using a publish/subscribe
model for selective replication.
WWW: http://2ndquadrant.com/en/resources/pglogical/
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 33a4773d6f29..f4e951560f0e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -567,6 +567,7 @@ SUBDIR += pgfouine SUBDIR += pglesslog SUBDIR += pgloader + SUBDIR += pglogical SUBDIR += pglogical-output SUBDIR += pgpool SUBDIR += pgpool-II |