[DOCS] Levenshtein function cost parameters are in the wrong order - Mailing list pgsql-docs

From marco.pennekamp96@gmail.com
Subject [DOCS] Levenshtein function cost parameters are in the wrong order
Date
Msg-id 20171002153709.28560.56030@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Levenshtein function cost parameters are in the wrong order  (Marko Tiikkaja <marko@joh.to>)
List 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).

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [DOCS] max_replication_slots in subscriber for subscription?
Next
From: dan d
Date:
Subject: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns inreserved words in docs, Chnage to previx sytem colums with 2 underscores?