Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f83a9303
Commit
f83a9303
authored
Oct 10, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor correction for full-text search limitations docs.
Heikki Linnakangas.
parent
82308953
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/textsearch.sgml
doc/src/sgml/textsearch.sgml
+4
-4
No files found.
doc/src/sgml/textsearch.sgml
View file @
f83a9303
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.1
7 2007/09/14 13:21:30 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.1
8 2007/10/10 21:48:22 neilc
Exp $ -->
<chapter id="textsearch">
<chapter id="textsearch">
<title id="textsearch-title">Full Text Search</title>
<title id="textsearch-title">Full Text Search</title>
...
@@ -2045,15 +2045,15 @@ EXPLAIN SELECT * FROM apod WHERE textsearch @@@ to_tsquery('supernovae:a');
...
@@ -2045,15 +2045,15 @@ EXPLAIN SELECT * FROM apod WHERE textsearch @@@ to_tsquery('supernovae:a');
<itemizedlist spacing="compact" mark="bullet">
<itemizedlist spacing="compact" mark="bullet">
<listitem>
<listitem>
<para>The length of each lexeme must be less than 2K bytes </para>
<para>The length of each lexeme must be less than 2K bytes </para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>The length of a <type>tsvector</type> (lexemes + positions) must be less than 1 megabyte </para>
<para>The length of a <type>tsvector</type> (lexemes + positions) must be less than 1 megabyte </para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>The number of lexemes must be less than 2<superscript>64</superscript> </para>
<para>The number of lexemes must be less than 2<superscript>64</superscript> </para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>Positional information must be
non-negative
and less than 16,383 </para>
<para>Positional information must be
greater than 0
and less than 16,383 </para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>No more than 256 positions per lexeme </para>
<para>No more than 256 positions per lexeme </para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment