diff options
author | Bruce Momjian | 2008-01-12 21:51:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-01-12 21:51:36 +0000 |
commit | 9f2a20b66d789f4eee01e3cb92f15251826c2a2b (patch) | |
tree | 5fd50316286c62fddc6f0b391f10669129f6e168 | |
parent | 1bbf8706ae6e7a307ac0739d9df51b47832c7d4b (diff) |
Update documentation for tsvector duplicate elimination:
! Duplicate positions for the same lexeme are discarded.
-rw-r--r-- | doc/src/sgml/datatype.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 969435eec58..757a587d7bb 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.222 2008/01/02 19:53:13 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.223 2008/01/12 21:51:36 momjian Exp $ --> <chapter id="datatype"> <title id="datatype-title">Data Types</title> @@ -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 <firstterm>proximity ranking</firstterm>. 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. </para> <para> |