Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 137 Depends: postgresql-13, libc6 (>= 2.38), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 57032 SHA512: f8f01064661319068844d319c7136a5133529b3813df840f089b20d0e8f9edcb64b839e07df2515fd10c90f555be6512b0df065c9899054adfab8c4569e5d04e SHA256: a25e85e6763ffc32b1671a08b5c7ce21c54573ccc915fc7c5afb4337cc0a3311 SHA1: 81d8a50c15b91a05c4ce1f3af3847587ee9c3dff MD5sum: a1d1591632c370ad0cd9e58978affadc 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.