Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 327 Depends: postgresql-12, postgresql-12-jit-llvm (>= 10), libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-12.pgdg20.04+1_amd64.deb Size: 152248 SHA256: 058a53989bfee8c3d4f43e79f9d30a1700acdc842629bcdf577fd9518418d63d SHA1: 68b1257e976b76e1bfd01623c6f05d99f069e95c MD5sum: 32bcfdadce4ed320af35680296a5eb44 Description: database partitioning system for PostgreSQL 12 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.