pgpcre 0.20190509-3 source package in Ubuntu

Changelog

pgpcre (0.20190509-3) unstable; urgency=medium

  * Upload for PostgreSQL 14.

 -- Christoph Berg <email address hidden>  Wed, 20 Oct 2021 11:41:19 +0200

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

Downloads

File Size SHA-256 Checksum
pgpcre_0.20190509-3.dsc 2.0 KiB eba343819cc7fe16cfce9134db4d48e4cc413983b40076779e7e8c8a501cfb5f
pgpcre_0.20190509.orig.tar.gz 6.8 KiB 441d6570bf525b666084d692c09be3266c72958fdf997cac4fa0a075849ddc19
pgpcre_0.20190509-3.debian.tar.xz 2.1 KiB cc81fbeb3a0ee9afd7df58fa085f39c1cb89f6213b5462658e300377b9a5d9b1

Available diffs

No changes file available.

Binary packages built by this source

postgresql-14-pgpcre: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL

 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization

postgresql-14-pgpcre-dbgsym: debug symbols for postgresql-14-pgpcre