diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2007-11-20 02:25:22 +0000 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2007-11-20 02:25:22 +0000 |
| commit | 1157f3cc81d21540c71f7647821a456692041290 (patch) | |
| tree | c1a8f1462c24eadf0bc833dbf37d3a3cc5f841a5 /doc/src | |
| parent | a262394c8c558d97ec1c522fbeab201ffcc83755 (diff) | |
Change descriptions of entity and tag objects to "XML entity" and "XML tag".
Allow tag and entity names that follow XML rules. Provide for hexadecimal
as well as decimal numeric entities. Adjust code names to coincide with
new descriptions.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/textsearch.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index b43872cca5c..61583df3a21 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.36 2007/11/16 03:23:07 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.37 2007/11/20 02:25:22 adunstan Exp $ --> <chapter id="textsearch"> <title id="textsearch-title">Full Text Search</title> @@ -1862,12 +1862,12 @@ LIMIT 10; </row> <row> <entry><literal>tag</></entry> - <entry>HTML tag</entry> - <entry><literal><A HREF="dictionaries.html"></literal></entry> + <entry>XML tag</entry> + <entry><literal><a href="dictionaries.html"></literal></entry> </row> <row> <entry><literal>entity</></entry> - <entry>HTML entity</entry> + <entry>XML entity</entry> <entry><literal>&amp;</literal></entry> </row> <row> |
