Package: postgresql-11-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 330 Depends: postgresql-11, libc6 (>= 2.16), libpq5 Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 155872 SHA512: bbfc218e34dbda472efc0163be302d437a75f9babb6b28d27a73f213aa1d5229df92fe813c9d5493aa9134bd3601f68da276425dc07d81074402a833c9da9019 SHA256: 88658e18ece5db4da46cca2697bdedd7d5e8fe06f1412768607194dacda1089a SHA1: dc42f673226a8ab3883fa9cd0ca9987edc99ad0f MD5sum: cf6a3f8e04874883fe719d5a90f1dba7 Description: database partitioning system for PostgreSQL 11 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.