fuzzystrmatch
The fuzzystrmatch
module provides functions to determine similarities and distance between strings based on various algorithms.
The WarehousePG fuzzystrmatch
module is equivalent to the PostgreSQL fuzzystrmatch
module. There are no WarehousePG or MPP-specific considerations for the module.
Installing and Registering the Module
The fuzzystrmatch
module is installed when you install WarehousePG. Before you can use any of the functions defined in the module, you must register the fuzzystrmatch
extension in each database in which you want to use the functions. Refer to Installing Extensions for more information.
Module Documentation
See fuzzystrmatch in the PostgreSQL documentation for detailed information about the individual functions in this module.