Package: postgresql-18-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 296 Depends: postgresql-18, libc6 (>= 2.38), libpq5 Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.12.0-1.pgdg26.04+1_amd64.deb Size: 133688 SHA512: 9c52f5aa57507a98f69051a2ef49c0c96d61cabcaf797e92d13447587a32b16d247e2789476b209ec423afae7f07971e5eb6460f8a264a37828e6e970d26cd8b SHA256: 326917775242f143ae47010d2ab2e368bf738e1e047972e0d50885b71b2888db SHA1: 4ac46ed8cc759008188cb7ee584b284abef8d499 MD5sum: b11ea13390c30dcb96f46a67f33d25bd Description: database partitioning system for PostgreSQL 18 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.