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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: libpqtypes
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13), libpq-dev, postgresql
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/postgresql/libpqtypes
Vcs-Git: https://salsa.debian.org/postgresql/libpqtypes.git
Package: libpqtypes-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpq-dev, libpqtypes0 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Description: parameterized queries libpq extension - development
libpqtypes is a libpq extension that offers a new way of handling
parameterized queries and getting result field values. Both putting
parameters and getting values use a printf/scanf style interface, with
consistent specifiers for both.
.
* Full support for binary and text format. (parameter and result)
* Full support for composites, arrays and composite arrays. (binary format
only)
* printf style interface to libpq's binary parameterized API. (PQputf)
* scanf style interface for getting values: PQgetvalue extension. (PQgetf)
* Ability to register user-defined types, aliases and data type sub-classes
for use with printf style interfaces: ex. "%mytype".
* Per-thread global error message. (PQgeterror)
* Online docs as well as man pages.
.
This package contains the headers and manpages.
Package: libpqtypes0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parameterized queries libpq extension - shared library
libpqtypes is a libpq extension that offers a new way of handling
parameterized queries and getting result field values. Both putting
parameters and getting values use a printf/scanf style interface, with
consistent specifiers for both.
.
* Full support for binary and text format. (parameter and result)
* Full support for composites, arrays and composite arrays. (binary format
only)
* printf style interface to libpq's binary parameterized API. (PQputf)
* scanf style interface for getting values: PQgetvalue extension. (PQgetf)
* Ability to register user-defined types, aliases and data type sub-classes
for use with printf style interfaces: ex. "%mytype".
* Per-thread global error message. (PQgeterror)
* Online docs as well as man pages.
.
This package contains the shared library.
#dbg#Package: libpqtypes0-dbg
#dbg#Section: debug
#dbg#Priority: extra
#dbg#Architecture: any
#dbg#Multi-Arch: same
#dbg#Depends: libpqtypes0 (= ${binary:Version}),
#dbg# ${shlibs:Depends}, ${misc:Depends}
#dbg#Description: parameterized queries libpq extension - debug symbols
#dbg# libpqtypes is a libpq extension that offers a new way of handling
#dbg# parameterized queries and getting result field values. Both putting
#dbg# parameters and getting values use a printf/scanf style interface, with
#dbg# consistent specifiers for both.
#dbg# .
#dbg# * Full support for binary and text format. (parameter and result)
#dbg# * Full support for composites, arrays and composite arrays. (binary format
#dbg# only)
#dbg# * printf style interface to libpq's binary parameterized API. (PQputf)
#dbg# * scanf style interface for getting values: PQgetvalue extension. (PQgetf)
#dbg# * Ability to register user-defined types, aliases and data type sub-classes
#dbg# for use with printf style interfaces: ex. "%mytype".
#dbg# * Per-thread global error message. (PQgeterror)
#dbg# * Online docs as well as man pages.
#dbg# .
#dbg# This package contains the debug symbols.
|