Package: postgresql-18-pgpcre Source: pgpcre Version: 0.20190509-8.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 59 Depends: postgresql-18, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Homepage: https://github.com/petere/pgpcre Priority: optional Section: database Filename: pool/main/p/pgpcre/postgresql-18-pgpcre_0.20190509-8.pgdg22.04+1_amd64.deb Size: 18624 SHA256: 002d00949e893ab432caf5656bc659058a997c6bbfbee901e8ccc167e7a90388 SHA1: 32cc2a7de5311a60568420244a6aa68059c0002e MD5sum: de5bbbe03ac0b34b1c43133e4f5c2226 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