pgpcre 0.20190509-8 source package in Ubuntu

Changelog

pgpcre (0.20190509-8) unstable; urgency=medium

  * Upload for PostgreSQL 17.
  * Restrict to 64-bit architectures.
  * Mark postgresql-all as <!nocheck>.

 -- Christoph Berg <email address hidden>  Sat, 14 Sep 2024 19:57:43 +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
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
pgpcre_0.20190509-8.dsc 2.1 KiB 14771e846ed35aba8be6a76f1b6a8d3b14943fdb3bcd64ced1ab075e4427d730
pgpcre_0.20190509.orig.tar.gz 6.8 KiB 441d6570bf525b666084d692c09be3266c72958fdf997cac4fa0a075849ddc19
pgpcre_0.20190509-8.debian.tar.xz 4.7 KiB 0859e4820d9071846d177dfbcde16806a08c87b18d23b184fa808919e405813a

Available diffs

No changes file available.

Binary packages built by this source

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