Re: Filtering dictionaries support and unaccent dictionary - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Filtering dictionaries support and unaccent dictionary
Date
Msg-id 603c8f070908130708w6cc9574by107adf62e169d54f@mail.gmail.com
Whole thread Raw
In response to Re: Filtering dictionaries support and unaccent dictionary  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, Aug 11, 2009 at 4:31 AM, Peter Eisentraut<peter_e@gmx.net> wrote:
> On Tuesday 11 August 2009 08:28:24 Jaime Casanova wrote:
>> try to build the docs to see how to properly test this and seems like
>> you have to teach contrib.sgml and bookindex.sgml about
>> dict-unaccent... and when i did that i got this:
>>
>> """
>> openjade  -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c
>> /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d
>> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
>> openjade:dict-unaccent.sgml:48:1:E: non SGML character number 128
>> openjade:dict-unaccent.sgml:49:1:E: non SGML character number 129
>> openjade:dict-unaccent.sgml:50:1:E: non SGML character number 130
>> openjade:dict-unaccent.sgml:51:1:E: non SGML character number 131
>> openjade:dict-unaccent.sgml:52:1:E: non SGML character number 132
>> openjade:dict-unaccent.sgml:53:1:E: non SGML character number 133
>> openjade:dict-unaccent.sgml:54:1:E: non SGML character number 134
>> openjade:dict-unaccent.sgml:116:4:E: element "B" undefined
>> make: *** [HTML.index] Error 1
>> make: *** Se borra el archivo `HTML.index'
>> """
>
> You should escape the special characters as well as the <b> that appears as
> part of the example output using character entitities (& etc.).

Sounds like this patch needs a little bit of doc adjustment per the
above and is then ready for committer?

...Robert


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: surprising trigger/foreign key interaction
Next
From: Alvaro Herrera
Date:
Subject: Re: Alpha 1 release notes