aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plproxy/pkg-descr
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2007-07-27 05:20:37 +0800
committerskv <skv@FreeBSD.org>2007-07-27 05:20:37 +0800
commit6da5630dfaf798537e1d7816809194539cbbd6c0 (patch)
tree4aadc13b275a935194a64a8eeb5cb25ea2a959d1 /databases/postgresql-plproxy/pkg-descr
parentb337d851873b267dca5d81081d03b3617b91f5b9 (diff)
downloadfreebsd-ports-gnome-6da5630dfaf798537e1d7816809194539cbbd6c0.tar.gz
freebsd-ports-gnome-6da5630dfaf798537e1d7816809194539cbbd6c0.tar.zst
freebsd-ports-gnome-6da5630dfaf798537e1d7816809194539cbbd6c0.zip
Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system.
Diffstat (limited to 'databases/postgresql-plproxy/pkg-descr')
-rw-r--r--databases/postgresql-plproxy/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/postgresql-plproxy/pkg-descr b/databases/postgresql-plproxy/pkg-descr
new file mode 100644
index 000000000000..3989f4f394e3
--- /dev/null
+++ b/databases/postgresql-plproxy/pkg-descr
@@ -0,0 +1,8 @@
+PL/Proxy is a proxy language used for remote database procedure calls
+and data partitioning between databases based on hashing field values.
+
+Main idea is that proxy function will be created with same signature as
+remote function to be called, so only destination info needs to be
+specified inside proxy function body.
+
+WWW: https://developer.skype.com/SkypeGarage/DbProjects/PlProxy