libpqtypes 1.5.1-5 source package in Ubuntu

Changelog

libpqtypes (1.5.1-5) unstable; urgency=medium

  * Drop autotools-dev build-dependency.
  * Move maintainer address to <email address hidden>.

 -- Christoph Berg <email address hidden>  Thu, 07 Feb 2019 11:14:05 +0100

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libpqtypes_1.5.1-5.dsc 2.0 KiB ca3f4e898659106ce2959b83204b561a6f0a4fbc132578ba1ac9ec0233ef95d0
libpqtypes_1.5.1.orig.tar.gz 401.7 KiB 8376d5b5ecd77453f8896d59a9bb96ecb6ac7ef9672c3ce9167740b6baf7ecfe
libpqtypes_1.5.1-5.debian.tar.xz 3.6 KiB f0458a3355bb5d6f1ed9b46db5f36517e8645812d4e615d812bf567486c8172f

Available diffs

No changes file available.

Binary packages built by this source

libpqtypes-dev: No summary available for libpqtypes-dev in ubuntu groovy.

No description available for libpqtypes-dev in ubuntu groovy.

libpqtypes0: 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.

libpqtypes0-dbgsym: debug symbols for libpqtypes0