Raw Package Information
Package: postgresql-16-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: 332
Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.14), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-12.pgdg20.04+1_amd64.deb
Size: 153648
SHA256: 5e86b478865b3a927d9a4f58ed4da9a74ec43daaa4df66a699dae278851c273a
SHA1: fdac514e6f5204099eef552a7d2cf2fc1464e204
MD5sum: d58ad5a63f74ef5dc3d274d55df50baa
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.