Package: postgresql-18-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 306 Depends: postgresql-18, libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 141504 SHA256: 65d213ae2f986ef8b4bf1577d947327a0cb8c210d48b97c381b32c080d9381dd SHA1: 2203abafbc82a942bfe29c3e63cb2ac71f0fb25e MD5sum: 7ca597b789a414b1ab23fd2d908f7ed6 Description: database partitioning system for PostgreSQL 18 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.