Re: Filtering dictionaries support and unaccent dictionary

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, Robert Haas <robertmhaas(at)gmail(dot)com>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Subject: Re: Filtering dictionaries support and unaccent dictionary
Date: 2009-08-11 08:31:30
Message-ID: 200908111131.30725.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 (&amp; etc.).

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-11 09:30:58 "Hot standby"?
Previous Message Brendan Jurd 2009-08-11 06:46:44 Re: WIP: to_char, support for EEEE format