diff options
author | adam <adam@pkgsrc.org> | 2006-06-02 15:05:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-02 15:05:16 +0000 |
commit | 18ea49e9e74d1f6651ee75c03eb79abad4c5ec4a (patch) | |
tree | bc5ab72502dcbbf0168ba8111624d6b284515a9f /databases/slony1/PLIST | |
parent | d45a5d6eafe537537f49baba5542c99637907b56 (diff) | |
download | pkgsrc-18ea49e9e74d1f6651ee75c03eb79abad4c5ec4a.tar.gz |
Slony-I is a "master to multiple slaves" replication system with cascading
and failover.
The big picture for the development of Slony-I is a master-slave system that
includes all features and capabilities needed to replicate large databases to
a reasonably limited number of slave systems.
Slony-I is a system for data centers and backup sites, where the normal mode
of operation is that all nodes are available
Diffstat (limited to 'databases/slony1/PLIST')
-rw-r--r-- | databases/slony1/PLIST | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/slony1/PLIST b/databases/slony1/PLIST new file mode 100644 index 00000000000..af99e4bd9a5 --- /dev/null +++ b/databases/slony1/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/02 15:05:16 adam Exp $ +bin/slon +bin/slonik +lib/postgresql/slony1_funcs.so +lib/postgresql/xxid.so +share/postgresql/slon.conf-sample +share/postgresql/slony1_base.sql +share/postgresql/slony1_base.v73.sql +share/postgresql/slony1_base.v74.sql +share/postgresql/slony1_base.v80.sql +share/postgresql/slony1_funcs.sql +share/postgresql/slony1_funcs.v73.sql +share/postgresql/slony1_funcs.v74.sql +share/postgresql/slony1_funcs.v80.sql +share/postgresql/xxid.v73.sql +share/postgresql/xxid.v74.sql +share/postgresql/xxid.v80.sql |