Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jul 2017 06:34:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220428] [NEW PORT] databases/pg_similarity: Set of functions and operators for executing similarity queries
Message-ID:  <bug-220428-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220428

            Bug ID: 220428
           Summary: [NEW PORT] databases/pg_similarity: Set of functions
                    and operators for executing similarity queries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: amutu@amutu.com

Created attachment 184004
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184004&action=
=3Dedit
pg_similarity.shar

Pg_similarity is an extension to support similarity queries on PostgreSQL. =
The
implementation is tightly integrated in the RDBMS in the sense that it defi=
nes
operators so instead of the traditional operators (=3D and <>) you can use =
~~~
and ! (any of these operators represents a similarity function).

pg_similarity has three main components:

* Functions: a set of functions that implements similarity algorithms avail=
able
  in the literature. These functions can be used as UDFs and, will be the b=
ase
  for implementing the similarity operators;
* Operators: a set of operators defined at the top of 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: a set of variables that store similarity function
  parameters. Theses variables can be defined at run time.

WWW: http://pgsimilarity.projects.pgfoundry.org

QA:
portlint -AC
looks fine.

poudriere testport passed on 11.0R-amd64

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220428-13>