Raw Package Information

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-8.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-8.pgdg20.04+1_amd64.deb
Size: 105876
SHA256: c30845b892cef91cc3c695dd7a3502cdc0edf00927697454bd506c49eca702e7
SHA1: b8c8d2ea145fe9cd918beccf0f61ab2997c3be6e
MD5sum: d52ab8d4e9c2f32dba2941446a3e20fb
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.