Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.11.0-13.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 323 Depends: postgresql-13, libc6 (>= 2.16), libpq5 Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-13.pgdg22.04+1_amd64.deb Size: 155628 SHA256: 6bde605c0b8eb059a9847fdf8a6ea4c8334e75d3983a5b4f16eddee8a7291d6c SHA1: bc464499952faae6c8ad8ec6a4d5aef86716b073 MD5sum: 1f43df32df0ad5a8b037fba1fc2885be Description: database partitioning system for PostgreSQL 13 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.