Raw Package Information
Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-14, libc6 (>= 2.16), libpq5
Breaks: postgresql-14-jit-llvm (<< 15)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-13.pgdg22.04+1_amd64.deb
Size: 156128
SHA256: fc10eea07f6fe2f9ef755d38bdd132f3d28d9b639e58f679e2a803810024aee2
SHA1: 03e8df35d11a7caffdca927ce005f3be0c83fe10
MD5sum: bd926dc96f3940eb0f20113d0d1a1303
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.