Package: postgresql-9.4-plproxy Source: postgresql-plproxy Version: 2.9-2.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 137 Depends: postgresql-9.4, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.4-plproxy_2.9-2.pgdg18.04+1_i386.deb Size: 59604 SHA256: 4c6812d4d7e5bc56b1de5f12c6b39e1433e4b7753d39a86a24e961095c3b771b SHA1: 527b97b6ae054f171fbfd5c5da4851dfe17f4dba MD5sum: 7ae2a558e568915492d1b94689d02840 Description: database partitioning system for PostgreSQL 9.4 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.