Package: postgresql-15-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 332 Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), 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-12.pgdg22.04+1_amd64.deb Size: 157880 SHA256: c6d4c283736cc114ba96455e736d996ad70ee8e30f581df3a7de2b845e518ab1 SHA1: d0da2adbbef17159b469cb97b8a80d9c2a36d350 MD5sum: 8b8f5e915d37f9e71ee12db5cec8ac34 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.