postgresql-plproxy 2.5-3git1 source package in Ubuntu

Changelog

postgresql-plproxy (2.5-3git1) trusty; urgency=low

  Upload current Debian packaging git head to fix autopkgtest.

  * debian/tests/installcheck: Temporarily modify test scripts to use CREATE
    EXTENSION instead of sourcing the build tree's plr.psql. We want to test
    the installed package and avoid building.
 -- Martin Pitt <email address hidden>   Tue, 05 Nov 2013 06:59:57 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Christoph Berg
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
postgresql-plproxy_2.5.orig.tar.gz 76.4 KiB d41594aba117441bcc9bd70c2d4b0a572e64afd484b274614cf58539ec06725f
postgresql-plproxy_2.5-3git1.debian.tar.gz 4.3 KiB df18382d0b9db3db22cf174747f67c67df1d6c93612d7d7be2831b93067eb9d9
postgresql-plproxy_2.5-3git1.dsc 2.0 KiB 4bab16d8659fc9016b2a7b6156d2b4f4523b194b8feed59c479d484852a462e8

View changes file

Binary packages built by this source

postgresql-9.3-plproxy: database partitioning system for PostgreSQL 9.3

 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.