Package: postgresql-17-plproxy Source: postgresql-plproxy Version: 2.11.0-13.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 321 Depends: postgresql-17, libc6 (>= 2.16), libpq5 Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.11.0-13.pgdg22.04+1_amd64.deb Size: 155476 SHA256: d2e4e370499c4ab901a30f5cf8a7f1c24aea639d813c672d8f302bb9fc270334 SHA1: d864c6f9a4841e3da3081ca4013572ad50336c19 MD5sum: 820f656b1917bd068cee2f1212442652 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.