Package: postgresql-10-plproxy Source: postgresql-plproxy Version: 2.11.0-13.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 143 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.11.0-13.pgdg22.04+1_amd64.deb Size: 59024 SHA256: 227a3c7368c9005bace8ee384c3735cc35be5874b89139bf4d2b33124361f634 SHA1: 6f9339e643f3d24577a5efc9612f3cdc10abdb2d MD5sum: 6868f1b803d57779341e5de3fab41b57 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.