Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.11.0-13.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 323 Depends: postgresql-12, libc6 (>= 2.16), libpq5 Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-13.pgdg22.04+1_amd64.deb Size: 155152 SHA256: 976192cf850bcca35cffb38e7a6d70c380b782fe9b6bb930d71cf4b20156e360 SHA1: 8f1ecc67c5cd0162002bf4adc027840f7b2f2d49 MD5sum: 8516c192e935f55a6ea3aac48d4c5ec2 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.