Package: postgresql-15-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 329 Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-11.pgdg22.04+1_amd64.deb Size: 157576 SHA256: 55e2f5cdd1b90eded8c8d5991da8ddd92fe01fffa6f2ce06cedb8b73fea334c3 SHA1: fc40b3ef11e8ab8c19ae4f2370704fdf73bdb543 MD5sum: f6e9f04a770a5d77870a72881841624a 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.