Package: postgresql-18-pgpcre Source: pgpcre Version: 0.20190509-9.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-18, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-18-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb Size: 18516 SHA256: eef21ee64086615a9b8fceb827bd68747a391a57042194a8d62e550a81cad20d SHA1: 48efc7e143b5294dbf2230c534186e10cbc574fa MD5sum: 4fb6e3412deef0609d3c45452f3f09de 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