Skip to content
Snippets Groups Projects
Commit 5473df9e authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Document what user name email symbols are supported by tsearch.

parent 89b0095e
Branches
Tags
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.53 2009/08/14 14:53:20 teodor Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.54 2010/03/13 03:09:04 momjian Exp $ -->
<chapter id="textsearch"> <chapter id="textsearch">
<title id="textsearch-title">Full Text Search</title> <title id="textsearch-title">Full Text Search</title>
...@@ -1943,6 +1943,13 @@ LIMIT 10; ...@@ -1943,6 +1943,13 @@ LIMIT 10;
languages, token types <literal>word</> and <literal>asciiword</> languages, token types <literal>word</> and <literal>asciiword</>
should be treated alike. should be treated alike.
</para> </para>
<para>
<literal>email</> does not support all valid email characters as
defined by RFC 5322. Specifically, the only non-alphanumeric
characters supported for email user names are period, dash, and
underscore.
</para>
</note> </note>
<para> <para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment