forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite146e4d
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 introduced1 parente3eb8be commite146e4d
1 file changed
+11
-8
lines changedLines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 |
| |
118 | 121 |
| |
119 | 122 |
| |
| |||
164 | 167 |
| |
165 | 168 |
| |
166 | 169 |
| |
167 |
| - | |
168 |
| - | |
| 170 | + | |
| 171 | + | |
169 | 172 |
| |
170 | 173 |
| |
171 | 174 |
| |
172 | 175 |
| |
173 |
| - | |
| 176 | + | |
174 | 177 |
| |
175 |
| - | |
176 |
| - | |
| 178 | + | |
| 179 | + | |
177 | 180 |
| |
178 | 181 |
| |
179 | 182 |
| |
| |||
186 | 189 |
| |
187 | 190 |
| |
188 | 191 |
| |
189 |
| - | |
| 192 | + | |
190 | 193 |
| |
191 |
| - | |
| 194 | + | |
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
|
0 commit comments
Comments
(0)