Raw Package Information
Package: postgresql-9.5-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.5, libc6 (>= 2.14), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy_2.10.0-3.pgdg20.04+1_amd64.deb
Size: 58196
SHA256: aa97ab1dd5e8f3cf85a6f8ab9c07bcb10c55525cda7aab9049f4c8d6ef100a0d
SHA1: de7d0a2d9cf8b7a10deb12588fc4a73158ccc42a
MD5sum: 11e1a36cc74cc27f90041f10da236334
Description: database partitioning system for PostgreSQL 9.5
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.