Package: postgresql-14-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 329 Depends: postgresql-14, libc6 (>= 2.16), libpq5 Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 156548 SHA512: 1a1dd4e4e3e02020a1ade26294587c5ee5a0602ca3699051e315bac4150c8bb95a211fa781e2f64772bcfb1977edc096eb185a1f802eb11c19f4012e674e94fd SHA256: 83286bc5c359ca76574acda9cdf6606e9f7501a12d1d5754323e3cdf2eb19301 SHA1: f7191d91ae4f6be495a4c23fe7ded114d5fa9d35 MD5sum: 1c23292c5406864332e0696732641cd4 Description: database partitioning system for PostgreSQL 14 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.