Package: postgresql-13-pgpcre Source: pgpcre Version: 0.20190509-7.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 56 Depends: postgresql-13, postgresql-13-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-13-pgpcre_0.20190509-7.pgdg20.04+1_amd64.deb Size: 19000 SHA256: 353a202ef42c01e8ef8015498cfd15214c3e2ea00818bab5dcb6c19ac4481fa5 SHA1: 26efa5d069fb0be640028013ea58d54025d80f79 MD5sum: fcfb017813646448ca5ce33f8195e5c3 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