Package: postgresql-17-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 295 Depends: postgresql-17, libc6 (>= 2.38), libpq5 Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 133628 SHA512: 07b80de48b7bbcab3d3908cade52891e13ae58b0bac769b100b95d6be685ec4a8cc5dd8239ce55d79c09305cc583a8fe3e087aea41ee382f70e8b9e9d8f92386 SHA256: 0e07aeb88076bb280991199949d51d7022a5e6bdaa4882b0c0c95bff2f34a9e4 SHA1: 7cf32c574178cddd6876591cb8e587db28cb48b9 MD5sum: e4eeed0b5572c455a08154c149f48d2b Description: database partitioning system for PostgreSQL 17 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.