Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.11.0-11.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-11.pgdg20.04+1_amd64.deb Size: 151988 SHA256: d969941fcecf4df482232c19603abc342e82180a1bfe1dac3cb5eaee81fcf424 SHA1: 21577854bd575a40a8acfc634d17e8c9f4f1602b MD5sum: 14b68cb66eaccd1537a11a2083f634d2 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.