Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5473df9

Browse files
committed
Document what user name email symbols are supported by tsearch.
1 parent89b0095 commit5473df9

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)

[8]ページ先頭

©2009-2025 Movatter.jp