Raw Package Information

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg18.04+1
Architecture: i386
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-9.6, libc6 (>= 2.4), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-7.pgdg18.04+1_i386.deb
Size: 61136
SHA256: 2c16cdd289d2a92563374baff861f2e2dc38ca9b4dca2fb3de7afe09ee2e671f
SHA1: d508021f7ceb54c62081c7e15aad022bc5db5048
MD5sum: c1ccb6156f58e6bb6dd19f9cace356d4
Description: database partitioning system for PostgreSQL 9.6
 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.