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