Package: postgresql-16-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 332 Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-11.pgdg20.04+1_amd64.deb Size: 153524 SHA256: eabee17ff092d856784efacc32444ae8a6e43adac3733ecdcc84fd0584a760c8 SHA1: b5036e1542ba70f90963df604dfa0ecc8ca4183c MD5sum: 49febc95640b97c44343c830c1c31f48 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.