Raw Package Information

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-14, postgresql-14-jit-llvm (>= 10), libc6 (>= 2.14), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-12.pgdg20.04+1_amd64.deb
Size: 153328
SHA256: 772065bb293567e550d171e462e464a59f9cbfd0af3e55efea3e4ea8a5bb629b
SHA1: 142b533ae410a036c4fdda031278499bf358929a
MD5sum: d32e4317b7359ddb32c9b34e4bffd7d3
Description: database partitioning system for PostgreSQL 14
 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.