diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-03-13 03:09:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-03-13 03:09:04 +0000 |
commit | 5473df9eb7a827efa7a438723e07c90d785acd23 (patch) | |
tree | 84de7156d98568a7427e079f9e7c414c758b0a18 | |
parent | 89b0095ebdfed9303c5a372f4717eae779cc4af6 (diff) | |
download | postgresql-5473df9eb7a827efa7a438723e07c90d785acd23.tar.gz postgresql-5473df9eb7a827efa7a438723e07c90d785acd23.zip |
Document what user name email symbols are supported by tsearch.
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index ed78c1d10a0..7ddab23e258 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1,4 +1,4 @@ -<!-- $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"> <title id="textsearch-title">Full Text Search</title> @@ -1943,6 +1943,13 @@ LIMIT 10; languages, token types <literal>word</> and <literal>asciiword</> should be treated alike. </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> <para> |