Package: postgresql-16-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 319 Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 155348 SHA256: b6501df65657f440dbe23b1f540151763376ab15ff60155cbcbf06c8edda468c SHA1: cf5e62c5d87dd20e0e7b2fd80dcc61f91eb41203 MD5sum: a7a82c44cb381b29ba9d3665815fa6ef 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.