postgresql-9.5-plproxy

database partitioning system for PostgreSQL 9.5
  http://pgfoundry.org/projects/plproxy/
  0
  no reviews



PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies.