Package: postgresql-16-pgpcre Source: pgpcre Version: 0.20190509-7.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 61 Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-7.pgdg20.04+1_amd64.deb Size: 19144 SHA256: f7cd48ee504ee5dd9e1fe197bc5965d4603a8c7e4b89a583e14a4a50ea551d40 SHA1: d55a1d695e3b666ab4649e73abbb8989959bb216 MD5sum: 9b96a0412d5a7965799fbc75ee54c8ff 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