From: Bruce Momjian Date: Sat, 12 Jan 2008 21:51:36 +0000 (+0000) Subject: Update documentation for tsvector duplicate elimination: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=19196dff7b20704770445e87e89a5463f03ce8c2;p=users%2Fbernd%2Fpostgres.git Update documentation for tsvector duplicate elimination: ! Duplicate positions for the same lexeme are discarded. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 8400f23ad1..bb5c070b53 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -3330,7 +3330,7 @@ SELECT 'a:1 fat:2 cat:3 sat:4 on:5 a:6 mat:7 and:8 ate:9 a:10 fat:11 rat:12'::ts document. Positional information can be used for proximity ranking. Position values can range from 1 to 16383; larger numbers are silently clamped to 16383. - Duplicate position entries are discarded. + Duplicate positions for the same lexeme are discarded.