The fuzzystrmatch contribution provides function to match close strings

using various methods.
This commit is contained in:
manu 2011-02-16 06:33:11 +00:00
parent 4e50f39073
commit f766a59e09
4 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,9 @@
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system. While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.
PostgreSQL is free and the complete source is available.
This package contains the fuzzystrmatch contribution

View file

@ -0,0 +1,8 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
To enable this package, run the following command as pgsql superuser
psql database < ${PREFIX}/share/postgresql/contrib/fuzzystrmatch.sql
===========================================================================

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
PKGNAME= postgresql90-fuzzystrmatch-${BASE_VERS}
COMMENT= PostgreSQL fuzzystrmatch contribution
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/postgresql90/Makefile.common"
INSTALL_DIRS+= contrib/fuzzystrmatch
BUILD_DIRS= ${INSTALL_DIRS}
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
share/postgresql/contrib/fuzzystrmatch.sql
share/postgresql/contrib/uninstall_fuzzystrmatch.sql
lib/postgresql/fuzzystrmatch.la