Levenshtein function cost parameters are in the wrong order

From: marco(dot)pennekamp96(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Levenshtein function cost parameters are in the wrong order
Date: 2017-10-02 15:37:09
Message-ID: 20171002153709.28560.56030@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/fuzzystrmatch.html
Description:

The fuzzystrmatch documentation says that the order for the Levenshtein cost
parameters is insertion, deletion, substitution. Based on my tests with
Postgres 9.4, the order should be deletion, insertion, substitution, since
the algorithm behaves that way (this can be easily checked).

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message dan d 2017-10-03 01:30:58 Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?
Previous Message Alvaro Herrera 2017-10-02 13:12:41 Re: max_replication_slots in subscriber for subscription?