Raw Package Information

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.14), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-5.pgdg22.04+1_amd64.deb
Size: 9236
SHA256: a5d5802e3931d88aff95b85e87abe223501fc54c15fe860075661cd90e814ed5
SHA1: 72cfd3c26e917f58cf29c3693abfa9626d5564b0
MD5sum: b542daa6e8e86386f5a71f0e6e338dcf
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