Package: postgresql-10-pgpcre Source: pgpcre Version: 0.20190509-8.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 42 Depends: postgresql-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-10-pgpcre_0.20190509-8.pgdg20.04+1_amd64.deb Size: 9576 SHA256: 1c2ebeeccea9ea8f1b4c2307378746ca8a87cd20dcd3cdaf93a1dc189fb47b82 SHA1: a49424153e2ed8f89ac3e427cc9e4d2f3b94cf5b MD5sum: 36b23986402c60b6ba35b6589d776e1f 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