File: control

package info (click to toggle)
postgresql-plsh 1.20140221-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 55
  • sloc: ansic: 556; sql: 136; makefile: 40; sh: 13
file content (23 lines) | stat: -rw-r--r-- 975 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
23
Source: postgresql-plsh
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), libpq-dev,
 postgresql-server-dev-all (>= 153~)
Standards-Version: 3.9.8
Homepage: http://plsh.projects.postgresql.org/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/postgresql-plsh.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/postgresql-plsh.git
XS-Testsuite: autopkgtest

Package: postgresql-9.6-plsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.6
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.