Package: postgresql-14-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 302 Depends: postgresql-14, libc6 (>= 2.38), libpq5 Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 136188 SHA512: 2f60e543ee252f5925e7131a2170b83579cdb63709d83dbbf8f2e830ee9c8ceeff0b0504a663b2f7f755ce9e67569a0a23adc4483ef497fcbe2daea7df352f6f SHA256: 32d516656b2ebfbe1f6833a8f6d8856670df057dc7d456130321679718a11399 SHA1: 97708b2a2790426cbf5f68974c639b65c0b9cb83 MD5sum: 502f6880591e76d113c506f931598257 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.