Package: postgresql-15-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 336 Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-11.pgdg20.04+1_amd64.deb Size: 154748 SHA256: d80283135bcdce4d59c24537ab3de8f39a9f4657e7c25bfb0dc76e623777ae18 SHA1: 3b4ee15653b2f0b8cd19ba522d6092519bd49e86 MD5sum: 18f62ce08ba69083e804f59e0dde29c9 Description: database partitioning system for PostgreSQL 15 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.