Package: postgresql-10-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 141 Depends: postgresql-10, libc6 (>= 2.38), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 57048 SHA512: c39add28ee9acd2f59e2542a5fe38cc3b17dc7f29d99f6de343bb0e813b91a8dacf43f6636878635948211f31e18bb28c2785f6362abbaf9054f87b4493a2cff SHA256: 2822c8d51953a520bbfe3e87634eb8b85dc22ed694ed1ee13f86003d1769a826 SHA1: 66df51c645d6c35afe376f2fdce1551c41047ce5 MD5sum: f011cbaadfbf37801cac66358016ccf9 Description: database partitioning system for PostgreSQL 10 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.