Package: postgresql-10-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 144 Depends: postgresql-10, libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 59320 SHA512: 7e52ec1ea6302d348b0208d40c5fc2aa1f0069c14c36b7ced8f6ee33a88e742039d18ba2c8460b0af0513a486cd5ab3c96a40c9828f84efd1c1f618d56a5193f SHA256: 9cb04813c9e60c652da32950bab2f9d2f0ae441d1273c8c4e8e7ac25eb693861 SHA1: 428da9d4d999d3929ff24ba7436afd148f36cfc4 MD5sum: 339b33161ec666ede7cfb8ccb05d2f5c 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.