blob: 8ae959b71f3a9a5131a63765313265f42ef0c7a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Source: plproxy2
Section: database
Priority: extra
Maintainer: Marko Kreen <marko.kreen@skype.net>
Build-Depends: debhelper (>= 7.0.50~), libpq-dev, flex, bison
Standards-Version: 3.9.1
Homepage: http://wiki.postgresql.org/wiki/PL/Proxy
Vcs-Git: git://github.com/markokr/plproxy-dev.git
Vcs-Browser: https://github.com/markokr/plproxy-dev
Package: postgresql-plproxy-PGVERSION
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION
Breaks: postgresql-PGVERSION-plproxy
Replaces: postgresql-PGVERSION-plproxy
Description: Database partitioning system
PL/Proxy is database partitioning system implemented as PL language.
|