Package: postgresql-11-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 327 Depends: postgresql-11, postgresql-11-jit-llvm (>= 10), libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-11.pgdg20.04+1_amd64.deb Size: 152008 SHA256: fba31a4756243128f2a8d9fb1630872c0296334b134c668d729e9b7c7b0a812d SHA1: 4c48f3dc4038f8a3c0794314f1909db937265369 MD5sum: 53bcef91d0d2b7875ff2340285840e3f 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.