Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f83a930

Browse files
author
Neil Conway
committed
Minor correction for full-text search limitations docs.
Heikki Linnakangas.
1 parent 8230895 commit f83a930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/textsearch.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.17 2007/09/14 13:21:30 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.18 2007/10/10 21:48:22 neilc Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2045,15 +2045,15 @@ EXPLAIN SELECT * FROM apod WHERE textsearch @@@ to_tsquery('supernovae:a');
20452045
<itemizedlist spacing="compact" mark="bullet">
20462046
<listitem>
20472047
<para>The length of each lexeme must be less than 2K bytes </para>
2048-
</listitem>
2049-
<listitem>
2048+
</listitem>
2049+
<listitem>
20502050
<para>The length of a <type>tsvector</type> (lexemes + positions) must be less than 1 megabyte </para>
20512051
</listitem>
20522052
<listitem>
20532053
<para>The number of lexemes must be less than 2<superscript>64</superscript> </para>
20542054
</listitem>
20552055
<listitem>
2056-
<para>Positional information must be non-negative and less than 16,383 </para>
2056+
<para>Positional information must be greater than 0 and less than 16,383 </para>
20572057
</listitem>
20582058
<listitem>
20592059
<para>No more than 256 positions per lexeme </para>

0 commit comments

Comments
 (0)