Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 137 Depends: postgresql-12, libc6 (>= 2.38), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 56800 SHA512: fbe695d00118f621ee858cb5f9c8d582dd3158d0a7b3057fa927d59ca11c757b91f2b60a112ed622b6fd49452ffab2e9a30219e9262e87f8fed008ff35336211 SHA256: edd2675886e5a83bfdea67a5ec81a5350c89423735d6d123816b656b8df6b637 SHA1: 6d75a85a2237a0fc79d7efe99ad186a12efc0a12 MD5sum: 03834855f2b12df505a8414596c3146b 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.