Package: postgresql-9.6-pgpcre Source: pgpcre Version: 0.20190509-4.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 38 Depends: postgresql-9.6, libc6 (>= 2.14), libpcre3 Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre_0.20190509-4.pgdg20.04+1_amd64.deb Size: 9256 SHA256: 46ebff5c504568607b55b622203d37f9f8707e15b35ec78b4eac7150e6a71a93 SHA1: 1ec29534877756a4305d10b585568903584ae26c MD5sum: 19c5cf523022bfee26b9d73027c7e441 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