freebsd-ports/databases/postgresql-plproxy/pkg-descr
Torsten Zuehlsdorff efc32c3047 databases/postgresql-plproxy: Update from 2.5 to 2.7
Changelog: https://plproxy.github.io/changelog.html

This adds support for PostgreSQL 9.5

Also:
- take maintainership
- change MASTERSITE to GitHub
- remove obsoleted check for PostgreSQL 9.1 (no longer in ports)
- update homepage of project

PR: 201796, 217515
2017-03-14 13:46:14 +00:00

8 lines
352 B
Text

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://plproxy.github.io/