File: control

package info (click to toggle)
postgresql-plproxy 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • ctags: 546
  • sloc: ansic: 3,698; sql: 1,109; lex: 338; yacc: 171; makefile: 115; sh: 24
file content (22 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: postgresql-plproxy
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>, Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper (>= 9), flex, bison, asciidoc,
 postgresql-server-dev-all (>= 148~)
Standards-Version: 3.9.8
Homepage: http://pgfoundry.org/projects/plproxy/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/postgresql-plproxy.git
Vcs-Browser: http://anonscm.debian.org/git/pkg-postgresql/postgresql-plproxy.git
XS-Testsuite: autopkgtest

Package: postgresql-9.6-plproxy
Architecture: any
Depends: postgresql-9.6, ${misc:Depends}, ${shlibs:Depends}
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.