Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 155564 SHA256: ff6cc59a8abc28d04441b2c7c8c22a764d56297b71503f59e5f7e9d5f7d82924 SHA1: 2efbb65bf93a931713e2d4927d46ed5e2e07fe05 MD5sum: 9ffa2398164a84a55d337dbd44e5a349 Description: database partitioning system for PostgreSQL 13 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.