Christoph Zwerschke wrote:
> Bruce Momjian wrote:
> > Christoph Zwerschke wrote:
> >> Can anybody confirm that PQprint is or was ever running under Windows?
> >> The 8.1 docu does not say that it is deprecated or not running under
> >> Windows. Can it be a bug?
> >
> > It should work. What exception are you getting, and what line in the C
> > file is it complaining about?
>
> I'll probably need to compile it again with appropriate debug options to
> find that out.
OK.
> >> I also noticed that the HTML code in PQprint is not very clean and
> >> sometimes even wrong, e.g. it has <centre> instead of <center>.
> >
> > Fixed in 8.1.X.
>
> Thanks. If you're already at it, there are also two occurrences of
>
> <caption align=high>
>
> "high" is actually not a possible attribute value here. What was meant
> is probably "top". Also, the attribute should be put in double quotes:
>
> <caption align="top">
>
> This will allow to further process the output with XML tools.
Fixed, thanks. Will be in 8.1.X.
-- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610)
359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square,
Pennsylvania19073