[DOCS] Documentation bug in 8.3?

2008-01-12 Thread Bruce Momjian
Reading through the text search data type docs: http://www.postgresql.org/docs/8.3/static/datatype-textsearch.html#DATATYPE-TSVECTOR it says: Optionally, integer position(s) can be attached to any or all of the lexemes: SELECT 'a:1 fat:2 cat:3 sat:4 on:5

Re: [DOCS] Documentation bug in 8.3?

2008-01-12 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > clamped to 16383. Duplicate position entries are discarded. > > However in my testing of 8.3 duplicate position entries are not > discarded: > test=> SELECT 'a:1 b:1'::tsvecto

Re: [DOCS] Documentation bug in 8.3?

2008-01-12 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > clamped to 16383. Duplicate position entries are discarded. > > > > > However in my testing of 8.3 duplicate position entries are not > > discarded: > > > test=>