Package: postgresql-11-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 328 Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 155508 SHA256: db5ed294e883399f27f067cbfba81b007c49ebd20710a164de2e1acca73685ad SHA1: 09d8a42c5f279cb5ad17053a8820415a5e0942c6 MD5sum: 1997d4237724373d17825c06f1b2a00b Description: database partitioning system for PostgreSQL 11 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.