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

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

From
adunstan@postgresql.org (Andrew Dunstan)
Date:
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)

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

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

From
Andrew Dunstan
Date:

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

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