Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.10.0-8.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 316 Depends: postgresql-13, libc6 (>= 2.4), libpq5 Homepage: https://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-8.pgdg18.04+1_i386.deb Size: 151640 SHA256: 7d373e17781788e3c98249d7fab8d012f64b03f8f383464aa2b2138e8a31fc3a SHA1: c6c0c47c0fb5e5465d0277f77ba35cad400ca783 MD5sum: 146590857910fc755b96644fbd1b9674 Description: database partitioning system for PostgreSQL 13 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.