pgpcre 0.20190509-4 source package in Ubuntu

Changelog

pgpcre (0.20190509-4) unstable; urgency=medium

  * Fix GitHub watch file.

 -- Christoph Berg <email address hidden>  Tue, 04 Jan 2022 16:05:26 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pgpcre_0.20190509-4.dsc 2.0 KiB 2ee8be495d030b852f715494541aab26169f9c2caa5a5252e061efb027f0a94a
pgpcre_0.20190509.orig.tar.gz 6.8 KiB 441d6570bf525b666084d692c09be3266c72958fdf997cac4fa0a075849ddc19
pgpcre_0.20190509-4.debian.tar.xz 2.1 KiB aa8fbc918f0115c333a60a79d00af471a898a14260f1942e34dd6c5914f9cf0b

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