Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7699d9

Browse files
committed
Documentation improvement for pg_trgm
Documentation of word_similarity() and strict_word_similarity() functionscontains some vague wordings which could confuse users. This patch makesthose wordings more clear. word_similarity() was introduced in PostgreSQL 9.6,and corresponding part of documentation needs to be backpatched.Author: Bruce Momjian, Alexander KorotkovDiscussion:https://postgr.es/m/20180526165648.GB12510%40momjian.usBackpatch: 9.6, where word_similarity() was introduced
1 parent6a46aba commitc7699d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
This function returns a value that can be approximately understood as the
154154
greatest similarity between the first string and any substring of the second
155155
string. However, this function does not add padding to the boundaries of
156-
the extent. Thus,a whole word match gets a higher score than a match with
157-
a part ofthe word.
156+
the extent. Thus,the number of additional characters present in the
157+
second string is not considered, except forthemismatchedword boundry.
158158
</para>
159159

160160
<table id="pgtrgm-op-table">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp