Package: postgresql-13-plproxy Source: postgresql-plproxy Version: 2.12.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 325 Depends: postgresql-13, libc6 (>= 2.16), libpq5 Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.12.0-1.pgdg22.04+1_amd64.deb Size: 156132 SHA512: adc8df7e12c35857b58d4a4012524f2420d959f6f18d70c8ee0b68ab05dc48bf7ca48a7d3729642d6e4464330b4ec516a9e206ee1963589775c0d6b2cdc6f6f9 SHA256: 1a34da91a28b469e75db575953d1613c7d24f1d9e1ccea770a4b40d1a0f4d0dd SHA1: 415fd734a175375160a0aeab5a286c5d4196d131 MD5sum: e7e2929572d855faeb07f5ac0abda3e0 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.