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

Commit 5473df9

Browse files
committed
Document what user name email symbols are supported by tsearch.
1 parent 89b0095 commit 5473df9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/src/sgml/textsearch.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.53 2009/08/14 14:53:20 teodor Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.54 2010/03/13 03:09:04 momjian Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -1943,6 +1943,13 @@ LIMIT 10;
19431943
languages, token types <literal>word</> and <literal>asciiword</>
19441944
should be treated alike.
19451945
</para>
1946+
1947+
<para>
1948+
<literal>email</> does not support all valid email characters as
1949+
defined by RFC 5322. Specifically, the only non-alphanumeric
1950+
characters supported for email user names are period, dash, and
1951+
underscore.
1952+
</para>
19461953
</note>
19471954

19481955
<para>

0 commit comments

Comments
 (0)