Package: postgresql-19-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 296 Depends: postgresql-19, libc6 (>= 2.38), libpq5 Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-19-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 133512 SHA512: df8c3fb8c42419a1cdb0ae1555bf475dc9f425a9a39eb276c02d32d903dbea1aab81610aed9da3795ba048e10e29a86e88ea9ff2370c45425ed9ab422f35b99b SHA256: 75b41fff2c66eb1a8bcafeccc150047772de5154efbcf0f18fe4477140552627 SHA1: ca9e288271dfbf2c7686822f76a74d3cc22e4244 MD5sum: 2527c2f53f27f3f1757d5ee0902f7089 Description: database partitioning system for PostgreSQL 19 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.