pgsql: Change descriptions of entity and tag objects to "XML entity" and

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change descriptions of entity and tag objects to "XML entity" and
Date: 2007-11-20 02:25:22
Message-ID: 20071120022522.EB54C7540F0@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml:
textsearch.sgml (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.36&r2=1.37)
pgsql/src/backend/tsearch:
wparser_def.c (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.10&r2=1.11)
pgsql/src/test/regress/expected:
tsearch.out (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/tsearch.out?r1=1.8&r2=1.9)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-20 03:34:14 pgsql: Trim down release section headings (no need for Changes).
Previous Message Bruce Momjian 2007-11-20 01:42:37 pgsql: Split "server changes" up into smaller sections in release notes.