Package: postgresql-17-pgpcre Source: pgpcre Version: 0.20190509-7.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-17, postgresql-17-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-17-pgpcre_0.20190509-7.pgdg22.04+1_amd64.deb Size: 19204 SHA256: 6e8cba28c19ce97b85722160388727382387c79093689563deaa0663e9a8022a SHA1: 8f079e7fe3f1102602fefe4a4e89cd96ad3c98dd MD5sum: 914e5350f818bc9c8d6921f9c6b01e0c 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