projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717d80b
)
Update documentation for tsvector duplicate elimination:
author
Bruce Momjian
<bruce@momjian.us>
Sat, 12 Jan 2008 21:51:36 +0000
(21:51 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 12 Jan 2008 21:51:36 +0000
(21:51 +0000)
! Duplicate positions for the same lexeme are discarded.
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 8400f23ad16346560d273c29be4d951d47c18907..bb5c070b53824e0e14cf31a2efe0777ac80cdc9d 100644
(file)
--- 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
<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 position
s for the same lexeme
are discarded.
</para>
<para>