mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Sorry - I should have gotten to this sooner. Here's a patch which you should
be able to apply against what you just committed. It rolls soundex into fuzzystrmatch. Remove soundex/metaphone and merge into fuzzystrmatch. Joe Conway
This commit is contained in:
@@ -57,7 +57,7 @@ fulltextindex -
|
||||
|
||||
fuzzystrmatch -
|
||||
Levenshtein and Metaphone fuzzy string matching
|
||||
by Joe Conway <joseph.conway@home.com>
|
||||
by Joe Conway <joseph.conway@home.com>, Joel Burton <jburton@scw.org>
|
||||
|
||||
intarray -
|
||||
Index support for arrays of int4, using GiST
|
||||
@@ -86,7 +86,6 @@ mac -
|
||||
|
||||
metaphone -
|
||||
Improved Soundex function
|
||||
by Joel Burton <jburton@scw.org>
|
||||
|
||||
miscutil -
|
||||
PostgreSQL assert checking and various utility functions
|
||||
@@ -149,9 +148,6 @@ seg -
|
||||
Confidence-interval datatype (GiST indexing example)
|
||||
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
|
||||
|
||||
soundex -
|
||||
Soundex function
|
||||
|
||||
spi -
|
||||
Various trigger functions, examples for using SPI.
|
||||
|
||||
|
Reference in New Issue
Block a user