Package: postgresql-10-plproxy Source: postgresql-plproxy Version: 2.11.0-12.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 134 Depends: postgresql-10, libc6 (>= 2.14), libpq5 Homepage: https://plproxy.github.io/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-12.pgdg20.04+1_amd64.deb Size: 58592 SHA256: b1abce8fe5f2d4c143d425be95c8bdc6ac30dba90b6b02d3cc7feeb7e2200613 SHA1: 8317678d41b792cfeb757b49c5620ff1dda1e6f8 MD5sum: 4cc18b332cd78397bdfb957a9903a234 Description: database partitioning system for PostgreSQL 10 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.