Raw Package Information
Package: postgresql-12-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: 316
Depends: postgresql-12, libc6 (>= 2.4), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-8.pgdg18.04+1_i386.deb
Size: 151308
SHA256: d8ece4de9bce7189f013ada87cee91dcc94488a996edb1f1b4545a07323504f8
SHA1: 255dddc66b91f63a121892bcd91da3db75b88884
MD5sum: 735dbba10eb99fdc9a83fc9e71798491
Description: database partitioning system for PostgreSQL 12
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.