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