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