Re: Open 8.3 issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Open 8.3 issues
Дата
Msg-id 1907.1195943442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Open 8.3 issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Open 8.3 issues  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
I wrote:
> Re: [HACKERS] Heads up: 8.3beta3 to be wrapped this evening, andrew
> This too.

Uh, no, actually it isn't.  I thought we were going to make cases
like "<h1>" be treated as XML tags, but CVS HEAD fails to do that:

regression=# select * from ts_debug('<h1>foo</h1>');  alias   |       description        | token |  dictionaries  |
dictionary | lexemes 
 
-----------+--------------------------+-------+----------------+--------------+---------blank     | Space symbols
    | <     | {}             |              | numword   | Word, letters and digits | h1    | {simple}       | simple
  | {h1}blank     | Space symbols            | >     | {}             |              | asciiword | Word, all ASCII
   | foo   | {english_stem} | english_stem | {foo}blank     | Space symbols            | <     | {}             |
      | file      | File or path name        | /h1   | {simple}       | simple       | {/h1}blank     | Space symbols
        | >     | {}             |              | 
 
(7 rows)

What exactly *was* changed by this patch?

2007-11-19 21:25  adunstan
* doc/src/sgml/textsearch.sgml, src/backend/tsearch/wparser_def.c,src/test/regress/expected/tsearch.out: Change
descriptionsofentity and tag objects to "XML entity" and "XML tag".  Allow tagand entity names that follow XML rules.
Providefor hexadecimal aswell as decimal numeric entities. Adjust code names to coincidewith new descriptions.
 
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Guillaume Smet"
Дата:
Сообщение: Re: 8.3devel slower than 8.2 under read-only load
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Open 8.3 issues