Package: postgresql-15-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 336 Depends: postgresql-15, libc6 (>= 2.16), libpq5 Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 158452 SHA512: de116e8d0e33cf072f35bdeef8fc2f1673e5ab5c8204167d22fd061b58b9a310a8f126c40ea9001618177fd5783c5797bbb97e2749490d0d037960f7f211fb19 SHA256: 05c476cc518c5f6ac7f40a445e1518932000a9ecae0480271d5bbc30c891045d SHA1: 745d8ed157191c2fcaa264c4462b4cdc23500255 MD5sum: f0e96cf8bc8f1746d6903e08e785063a 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.