pgpcre 0.20190509-6 source package in Ubuntu

Changelog

pgpcre (0.20190509-6) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Mon, 18 Sep 2023 15:33:30 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pgpcre_0.20190509-6.dsc 2.0 KiB 3488b8923f08362a397e3810a8b121f59f4156143096f4669c8509e754a4256d
pgpcre_0.20190509.orig.tar.gz 6.8 KiB 441d6570bf525b666084d692c09be3266c72958fdf997cac4fa0a075849ddc19
pgpcre_0.20190509-6.debian.tar.xz 2.1 KiB c27c8aa8c3a54fbce84fc536db6d94e1ddffa34a75ddbf6cb20b3109f381a7ef

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-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-16-pgpcre-dbgsym: debug symbols for postgresql-16-pgpcre