Package: postgresql-14-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-11.pgdg22.04+1_amd64.deb Size: 155764 SHA256: 476a9ebfa415cdc495538d9f00fc3ade057b01df6a63c8f3deb1b0c90dcdfebb SHA1: a1d10663173d0008c336e5d8ecb3ab258fe519c2 MD5sum: 8d0e17d153995025266545c8ad6fffc5 Description: database partitioning system for PostgreSQL 14 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.