File: control

package info (click to toggle)
postgresql-plsh 1.20140221-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 51
  • 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.5
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.4-plsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.4
Description: PL/sh procedural language for PostgreSQL 9.4
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.4 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.