Package: postgresql-19-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 309 Depends: postgresql-19, libc6 (>= 2.16), libpq5 Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-19-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 141612 SHA512: 71d08929b167ceefa9eee2fe58353eeb335f66927ad6727797b7ab316b34914f1a919c65a7e7f42cfc01bf0f7d2d763cd16d2702c090313db8b49b2a010634fd SHA256: a6dfde776bb4de19e8c4a0d304a23ac71add65ad95353ebe698439ce179647ce SHA1: 71bc6e4867568cb7ca86365b6f126a1248549a16 MD5sum: 0c2777475ec1a8ffa8680a40517a74c4 Description: database partitioning system for PostgreSQL 19 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.