Raw Package Information
Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg18.04+1
Architecture: i386
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-14, libc6 (>= 2.4), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-8.pgdg18.04+1_i386.deb
Size: 152048
SHA256: 906ced362a00938af6218a0d12efd0052644187758f67a0352ff328cb0d99c36
SHA1: 797437aba488d353834c96556767db0024b48789
MD5sum: eb76fd7a95b8a4316caf8290bf52ae3f
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.