Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 331 Depends: postgresql-13, postgresql-13-jit-llvm (>= 10), libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-12.pgdg20.04+1_amd64.deb Size: 152816 SHA256: baf32177aa1753eae73203697d55850c773721694857e1ef3254faacb4406869 SHA1: 13999ebb21815312696025a76fec393391e041b9 MD5sum: bfcdd0f692fdd79aa44d70bf931a8f6d 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.