We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b0095 commit 5473df9Copy full SHA for 5473df9
doc/src/sgml/textsearch.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="textsearch">
4
<title id="textsearch-title">Full Text Search</title>
@@ -1943,6 +1943,13 @@ LIMIT 10;
1943
languages, token types <literal>word</> and <literal>asciiword</>
1944
should be treated alike.
1945
</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>
1953
</note>
1954
1955
<para>
0 commit comments