1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: preprepare
Section: database
Priority: extra
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 7.0.50~), postgresql-server-dev-all (>= 148~)
Standards-Version: 3.9.5
Vcs-Browser: https://github.com/dimitri/preprepare
Vcs-Git: https://github.com/dimitri/preprepare.git
XS-Testsuite: autopkgtest
Package: postgresql-PGVERSION-preprepare
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION
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.
|