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