Package: postgresql-15-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 307 Depends: postgresql-15, libc6 (>= 2.38), libpq5 Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 136524 SHA512: 63f8b3d26987b4f60bea51300e1f69aa06d236b3984bc36b3e71d4268205ff1fca04d9ba8637ba88e98ae7ed715bcf85ba90e0f628ce826dab7b34030151d576 SHA256: b24ebbad6f0b857bcbc77946179b5d9f6da72fa746624eb96320a37a8b42a319 SHA1: b820dadee13aa6377d2ab6e7988edf14bfff6e81 MD5sum: 87d803de9821c9e0f43544cc14b71ac4 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.