Package: postgresql-11-plproxy Source: postgresql-plproxy Version: 2.11.0-12.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-12.pgdg20.04+1_amd64.deb Size: 152320 SHA256: 67d367542ef33a6468cfc5cc8c5df25ff6c1893279c2a8dcbf305940d874998f SHA1: de3f5ecb8fc36263fc498f2f370ac8454f32e874 MD5sum: 7c53d9d3cd02b165d94c66fc44628260 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.