Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf83a930

Browse files
author
Neil Conway
committed
Minor correction for full-text search limitations docs.
Heikki Linnakangas.
1 parent8230895 commitf83a930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 4 additions & 4 deletions
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/1021: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 benon-negative and less than 16,383 </para>
2056+
<para>Positional information must begreater 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)

[8]ページ先頭

©2009-2025 Movatter.jp