Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.11.0-11.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.16), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-11.pgdg22.04+1_amd64.deb Size: 155344 SHA256: 850520cf8e8e8b0935a084654efc7f943200ebd95b932d23ff4fdf990b553aa9 SHA1: 1ed82f311f20ba20280a61b5246acf7766fb528b MD5sum: 1effc38d9fc002e571979ca4cc555ece Description: database partitioning system for PostgreSQL 13 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.