Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 19EFCB61DFF; Wed, 1 Jun 2011 14:20:02 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 01568-08; Wed, 1 Jun 2011 17:19:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.123]) by mail.postgresql.org (Postfix) with ESMTP id 42493B61995; Wed, 1 Jun 2011 14:19:54 -0300 (ADT) X-Authority-Analysis: v=1.1 cv=pLPlkKcK38cN4Cv4YkVeTGGRYpmKez/IrX640LVKWnc= c=1 sm=0 a=lpDWfFNTT9MA:10 a=LwXV0lIuh6MA:10 a=Acs96HtBqXsA:10 a=8nJEP1OIZ-IA:10 a=qCTYjJJ2g1SgQhsHZAUATw==:17 a=8IDbv8Of_Y2rkQ8207EA:9 a=wPNLvfGTeEIA:10 a=qCTYjJJ2g1SgQhsHZAUATw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 98.27.48.207 Received: from [98.27.48.207] ([98.27.48.207:45333] helo=[192.168.10.146]) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 76/B2-20202-9B476ED4; Wed, 01 Jun 2011 17:19:53 +0000 Message-ID: <4DE674B9.1020704@dunslane.net> Date: Wed, 01 Jun 2011 13:19:53 -0400 From: Andrew Dunstan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: Robert Haas CC: Albe Laurenz , Peter Eisentraut *EXTERN* , Tom Lane , Christopher Browne , Alvaro Herrera , Brendan Jurd , pgsql-docs , pgsql-hackers Subject: Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters References: <1306855343-sup-2624@alvh.no-ip.org> <28597.1306858415@sss.pgh.pa.us> <1306874170.20912.6.camel@vanquo.pezone.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001 X-Spam-Level: X-Archive-Number: 201106/3 X-Sequence-Number: 6777 On 06/01/2011 12:55 PM, Robert Haas wrote: > On Wed, Jun 1, 2011 at 3:31 AM, Albe Laurenz wrote: >> Peter Eisentrautwrote: >>>>>> Excerpts from Brendan Jurd's message of mar may 31 02:17:22 -0400 2011: >>>>>>> openjade:information_schema.sgml:828:60:Q: length of name token must >>>>>>> not exceed NAMELEN (44) >>> But it seems like no one else has seen this problem yet, so it's quite >>> suspicious, since surely people have built the documentation in the last >>> few months. >> I have and I encountered the same problem. >> I didn't bother to report it because my machine and openjade are quite old: >> >> The machine is Red Hat Enterprise Linux ES release 3 (Taroon Update 9), >> and docbook.dcl is from the docbook-dtds-1.0-17.2 RPM. >> >> Maybe that really only affects quite old versions, but I think it wouldn't >> hurt to shorten the tag in question to avoid the problem. > +1. Is there no way we can ourselves override this setting if we run into it? If it's possible that seems to me like a much better way to go. cheers andrew