pgpcre 0.20190509-9 source package in Ubuntu
Changelog
pgpcre (0.20190509-9) unstable; urgency=medium
* Upload for PostgreSQL 18. (Closes: #1117305)
* Add ${postgresql:Breaks}.
* debian/tests: Depend on postgresql-common-dev instead of 'make'.
-- Christoph Berg <email address hidden> Wed, 08 Oct 2025 17:26:06 +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 | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| pgpcre_0.20190509-9.dsc | 2.1 KiB | 67348b83e68ab6d6adcb9d1132cc853a780eec38eabbda4b9a3ccb5fcaff2497 |
| pgpcre_0.20190509.orig.tar.gz | 6.8 KiB | 441d6570bf525b666084d692c09be3266c72958fdf997cac4fa0a075849ddc19 |
| pgpcre_0.20190509-9.debian.tar.xz | 4.7 KiB | 651e8eca0c75fe440d77d279c51eff4472d14e273a5a97156c30fcbc1477a75b |
Available diffs
- diff from 0.20190509-8 to 0.20190509-9 (954 bytes)
No changes file available.
Binary packages built by this source
- postgresql-18-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-18-pgpcre-dbgsym: debug symbols for postgresql-18-pgpcre
