Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id B3C8B9F9F7B for ; Fri, 22 Dec 2006 13:09:36 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 11135-02 for ; Fri, 22 Dec 2006 13:09:28 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sd-2317.dedibox.fr (sd-2317.dedibox.fr [88.191.17.192]) by postgresql.org (Postfix) with ESMTP id DD3AB9F9DAD for ; Fri, 22 Dec 2006 13:09:27 -0400 (AST) Received: from sd-2317.dedibox.fr (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 411B4AF8B; Fri, 22 Dec 2006 18:19:35 +0100 (CET) Received: from [10.168.168.40] (ASt-Lambert-153-1-39-76.w81-249.abo.wanadoo.fr [81.249.38.76]) by sd-2317.dedibox.fr (Postfix) with ESMTP id ABEFA211D; Fri, 22 Dec 2006 18:19:34 +0100 (CET) Message-ID: <458C1140.2020508@lelarge.info> Date: Fri, 22 Dec 2006 18:09:20 +0100 From: Guillaume Lelarge Reply-To: guillaume@lelarge.info Organization: PROGIMED User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Thunderbird/0.7.3 Mnenhy/0.6.0.104 MIME-Version: 1.0 To: Guillaume Lelarge , Peter Eisentraut , "Joshua D. Drake" , David Fetter , Josh Berkus , pgsql-docs@postgresql.org, David Blewett Subject: Re: Switching to XML References: <4579720E.4000707@dawninglight.net> <200612101008.10366.peter_e@gmx.net> <1165767023.13210.25.camel@localhost.localdomain> <200612101737.10958.peter_e@gmx.net> <457C3D70.50009@lelarge.info> <20061222165458.GY5199@alvh.no-ip.org> In-Reply-To: <20061222165458.GY5199@alvh.no-ip.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200612/171 X-Sequence-Number: 4094 Alvaro Herrera a ecrit le 22/12/2006 17:54: > Guillaume Lelarge wrote: > >> The last PDF available on the website has some bad issues. Just take a >> look at table 8-13 (page 805), table 8-18 (page 113). One more time, I >> don't say you can't fix this in SGML (and I think we already talk of >> this some time ago). But *I* won't do it. And I think some people are >> willing to work on this but they also want to have XML documentation. > > I checked the PDF available on > http://www.postgresql.org/files/documentation/pdf/8.2/postgresql-8.2-A4.pdf > and it does have the issues Guillaume mentions: table 8-13 (on page 105) > is certainly mangled (columns too wide), and table 8-18 is mangled too > (a row's content is too wide for the columns, so the text on one column > overlaps the text on the next). This problem can also be seen on other > tables, for example 9-5 and 9-6. > There's a way to fix this : adding colspec's tags for each column which need a specific col width. For example : > I printed one page and it looks just as silly, so it's not just a > display problem. > > Also, the US version is lacking the index -- I suppose it was built > without the complete index.sgml file. > Regards. -- Guillaume.