Package: postgresql-18-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 309 Depends: postgresql-18, libc6 (>= 2.16), libpq5 Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 141836 SHA512: cfedaf329b579cad697a283f646436011eaed762b9a98f2d8acfc7cc86c8e0ce4112e71af53dddf76e690a5cf590706d32dc0a981cbeb954721cc09f89ef0514 SHA256: 41ea1bca909c8ce35e41669b2162d22f8d6c78ccfed7289737d97b5907f53b81 SHA1: aa36fbca1b80bdeac0e5eabc069a61a31433704b MD5sum: 264188a8e6162c3733653adc1924dd7d Description: database partitioning system for PostgreSQL 18 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.