Package: postgresql-15-pgpcre Source: pgpcre Version: 0.20190509-8.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-8.pgdg22.04+1_amd64.deb Size: 19268 SHA256: 57b1a8c0cb4af6a59501b50ec3a86f6497bf91f3b4e21e5b60c0c5c820490a27 SHA1: f591f74fc97b6ca2eaab3e072cb68ad60609c61e MD5sum: 95ea26ebb63b0b9154c79e63b9a06dcf Description: 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