Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id E465CB5F8FC; Tue, 31 May 2011 22:05:46 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 03913-03; Wed, 1 Jun 2011 01:05:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iy0-f174.google.com (mail-iy0-f174.google.com [209.85.210.174]) by mail.postgresql.org (Postfix) with ESMTP id E7C03B5DF44; Tue, 31 May 2011 22:05:39 -0300 (ADT) Received: by iyb14 with SMTP id 14so4083768iyb.19 for ; Tue, 31 May 2011 18:05:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=me4p/59Szg7ytVHB3LuChDUA+orws4YqvWn4qlACJvw=; b=QWHdQH+e809fpqy8spwkxIq5g7h1NfcIkPgCRb6XfuVmU6cbEJPddGWAOGrifo3IfT mWpcnX0MIw2Hnlsng0z3tRIMJ3b6yDRd5WSOQkBT2w2YTi1kWG8yhrAOCfrCpIcnkUGz nHZqyRssGOFaXe9rkeXxJEwXBilDugyX2wmuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=r1+UVxlaez0hykBZ+UZdKkBlWDH4/aQKS4Ayf/LDNEutquwR7OGAyAr4Dw65640rrY MPwJQiNNrpH6j79/KNGR2IujXM/dUYLQgM5j0rqwrmYPejLiD+Htc4mNTlFCx0paoeQj 1lAr/lQFhJWWh1P/14bsLpGNgDWOShDAwku+E= MIME-Version: 1.0 Received: by 10.231.119.105 with SMTP id y41mr8789953ibq.27.1306890339990; Tue, 31 May 2011 18:05:39 -0700 (PDT) Received: by 10.231.30.73 with HTTP; Tue, 31 May 2011 18:05:39 -0700 (PDT) In-Reply-To: <1306874170.20912.6.camel@vanquo.pezone.net> References: <1306855343-sup-2624@alvh.no-ip.org> <28597.1306858415@sss.pgh.pa.us> <1306874170.20912.6.camel@vanquo.pezone.net> Date: Wed, 1 Jun 2011 11:05:39 +1000 Message-ID: Subject: Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters From: Brendan Jurd To: Peter Eisentraut Cc: Tom Lane , Christopher Browne , Alvaro Herrera , pgsql-docs , pgsql-hackers Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201105/99 X-Sequence-Number: 6774 On 1 June 2011 06:36, Peter Eisentraut wrote: > It looks like the original DocBook distribution has a limit of 44, but > someone patched it to 256 on your installation. > > 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. > The relevant value on my machine seems to be: /usr/share/sgml/docbook/sgml-dtd-4.2/docbook.dcl:81: NAMELEN 44 This file belongs to the Gentoo package app-text/docbook-sgml-dtd 4.2-r2, which is the current stable version for the 4.2 slot. I would hazard to suggest that nobody else is seeing this problem because I'm the only one building the docs on Gentoo =) Still, the 44 character limit does seem to be per the upstream distribution, and the identifier I patched above is the first one to violate it. Are there any solid reasons we shouldn't just comply with it? Cheers, BJ