Package: postgresql-10-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-10, libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 58856 SHA256: bcc13768400cfd609f65de8de272cbe16f3999491035c8b3935bcea5ca7d0001 SHA1: a661b2c7ab261daab2441f381d479460f62fe5ee MD5sum: 48cf72eb366558b49e1a6db1ae851ce4 Description: database partitioning system for PostgreSQL 10 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.