Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 325 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.12.0-1.pgdg22.04+1_amd64.deb Size: 155812 SHA512: e15af41fd6a7f6f1777bd57af2c2f8f5dafe2a5dbfdf3008eb25d7c99388cd17af5da0fa4a37680e8496dffb93c66e7bc5e92346cec00e4e7f693c92f9f766a1 SHA256: ed1263e139fe3a2b21d895a4c59e8749148ef034e3dcb56c3a51e174dc2cf994 SHA1: c6a2830dc2fde679ea54161f2d61467ff91ec636 MD5sum: 6fa91fbdec66cff2200bd5b72ba2032b 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.