Package: postgresql-11-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 141 Depends: postgresql-11, libc6 (>= 2.38), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 57068 SHA512: d3333185c8cb42f70f3a367cff5ebfd8f77dd9a0f308f5da28d3d8313630ae0d39ed1befef5ccbd994189e9eaec41530b1a8a3db207ac4ccf2584c9f733586ee SHA256: 294a95a4e861c74720d68a6f6fcd21388290a9182eae38c0c9301b7888ebcffc SHA1: 544f96c99dc30ba3370bd23df1a73b28df179f62 MD5sum: 9a841dabff3dd6970d0915b3f31c16eb 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.