Package: postgresql-12-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-12.pgdg22.04+1_amd64.deb Size: 155072 SHA256: e656cdfd601e66d51a92cbf4b3d04865d755e7e735d643c5b35921dccda3fc72 SHA1: 43cdedffeb6b7055367c36f56a38571f40d918ff MD5sum: 32151506ab2312ab86ea67f36eb13720 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.