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

Started by Andrew Dunstanover 18 years ago4 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#1)
Re: pgsql: Change descriptions of entity and tag objects to "XML entity" and

adunstan@postgresql.org (Andrew Dunstan) writes:

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.

You seem to have missed contrib/tsearch2 :-(

regards, tom lane

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#2)
Re: pgsql: Change descriptions of entity and tag objects to "XML entity" and

Tom Lane wrote:

adunstan@postgresql.org (Andrew Dunstan) writes:

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.

You seem to have missed contrib/tsearch2 :-(

Darn that pesky buildfarm :-)

Fixed.

cheers

andrew

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#3)
Re: pgsql: Change descriptions of entity and tag objects to "XML entity" and

Andrew Dunstan <andrew@dunslane.net> writes:

Tom Lane wrote:

You seem to have missed contrib/tsearch2 :-(

Darn that pesky buildfarm :-)

The buildfarm is a harsh mistress ...

regards, tom lane