Package: postgresql-12-pgpcre Source: pgpcre Version: 0.20190509-9.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-12, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb Size: 9756 SHA256: 8c0799fb0a61c9f31557849930a72d40ca621b976de0ba9413c17e839a1f9327 SHA1: 15326717536c1a994d4f49c80422ca9f0fa28257 MD5sum: a0986cef985c0f4ef33781323e62f8f8 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