From 8dfc1fa6aaa24aa07d1c61672830d1f495cd2c8b Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 10 Oct 2007 21:48:22 +0000 Subject: [PATCH] Minor correction for full-text search limitations docs. Heikki Linnakangas. --- doc/src/sgml/textsearch.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index af4cd36c3f..3892746ec7 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -2045,15 +2045,15 @@ EXPLAIN SELECT * FROM apod WHERE textsearch @@@ to_tsquery('supernovae:a'); The length of each lexeme must be less than 2K bytes - - + + The length of a tsvector (lexemes + positions) must be less than 1 megabyte The number of lexemes must be less than 264 - Positional information must be non-negative and less than 16,383 + Positional information must be greater than 0 and less than 16,383 No more than 256 positions per lexeme -- 2.39.5