aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-10-13 14:17:20 -0400
committerBruce Momjian <bruce@momjian.us>2011-10-13 14:17:20 -0400
commitfb4340c5ea2b11319f220e8bbbf9b3f6bc9d827b (patch)
tree2eb26d5934331f11b112a2b1d281ed945cdc862e /doc/src
parent12ff9fa7715611d7df6a78447fce6cc5096cf335 (diff)
downloadpostgresql-fb4340c5ea2b11319f220e8bbbf9b3f6bc9d827b.tar.gz
postgresql-fb4340c5ea2b11319f220e8bbbf9b3f6bc9d827b.zip
Update documentation about ts_rank().
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/textsearch.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index ef228e35c3b..46db103cb8f 100644
--- 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>
- Standard ranking function.<!-- TODO document this better -->
+ Ranks vectors based on the frequency of their matching lexems.
</para>
</listitem>
</varlistentry>