-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcontrol.in
More file actions
29 lines (28 loc) · 935 Bytes
/
control.in
File metadata and controls
29 lines (28 loc) · 935 Bytes
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
Source: preprepare
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Dimitri Fontaine <dim@tapoueh.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
postgresql-all <!nocheck>,
postgresql-server-dev-all,
Standards-Version: 4.7.2
Vcs-Browser: https://github.com/dimitri/preprepare
Vcs-Git: https://github.com/dimitri/preprepare.git -b debian
XS-Testsuite: autopkgtest
Package: postgresql-PGVERSION-preprepare
Architecture: any
Depends:
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Breaks:
${postgresql:Breaks},
Description: pre prepare your PostgreSQL statements server side
The pre_prepare module for PostgreSQL aims to prepare all your statements as
soon as possible and in a way that allows client queries not to bother at all
and just call EXECUTE.