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