File: control

package info (click to toggle)
postgresql-plsh 1.20220917-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: ansic: 568; sql: 136; makefile: 29; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,025 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
24
25
26
27
28
29
30
Source: postgresql-plsh
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 architecture-is-64-bit <!pkg.postgresql.32-bit>,
 debhelper-compat (= 13),
 libpq-dev,
 postgresql-all <!nocheck>,
 postgresql-server-dev-all,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: http://plsh.projects.postgresql.org/
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-plsh.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-plsh

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