projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd371ea
)
Fix typo: lexemes misspelled in full text search docs.
author
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 12 Sep 2012 12:41:55 +0000
(07:41 -0500)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 12 Sep 2012 12:41:55 +0000
(07:41 -0500)
Dan Scott
Backpatch original commit
4bc0d2e2cfa8ac523524dccf6f849989c6739083
to 9.1
doc/src/sgml/textsearch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/textsearch.sgml
b/doc/src/sgml/textsearch.sgml
index 8cb66248218b6611bf6c777379f32841518cbdaf..a92ed0ea4ef7fe53d0da9ed735f79a69572042ad 100644
(file)
--- a/
doc/src/sgml/textsearch.sgml
+++ b/
doc/src/sgml/textsearch.sgml
@@
-867,7
+867,7
@@
ts_rank(<optional> <replaceable class="PARAMETER">weights</replaceable> <type>fl
<listitem>
<para>
- Ranks vectors based on the frequency of their matching lexems.
+ Ranks vectors based on the frequency of their matching lexem
e
s.
</para>
</listitem>
</varlistentry>