From: Bruce Momjian Date: Sat, 13 Mar 2010 03:09:04 +0000 (+0000) Subject: Document what user name email symbols are supported by tsearch. X-Git-Tag: REL9_0_ALPHA5~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5473df9eb7a827efa7a438723e07c90d785acd23;p=postgresql Document what user name email symbols are supported by tsearch. --- diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index ed78c1d10a..7ddab23e25 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1,4 +1,4 @@ - + Full Text Search @@ -1943,6 +1943,13 @@ LIMIT 10; languages, token types word and asciiword should be treated alike. + + + 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. +