Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 57230B60507; Tue, 31 May 2011 12:52:40 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 58686-01; Tue, 31 May 2011 15:52:33 +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-vx0-f174.google.com (mail-vx0-f174.google.com [209.85.220.174]) by mail.postgresql.org (Postfix) with ESMTP id 402E9B6001D; Tue, 31 May 2011 12:52:33 -0300 (ADT) Received: by vxi39 with SMTP id 39so3372457vxi.19 for ; Tue, 31 May 2011 08:52:32 -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 :content-transfer-encoding; bh=xhnj22UG8A2MFbbe66A09ckJum6vWwQOrxhYpmqjBvY=; b=a6oHJzse17BBz22JLA3rD3+/JCW+MZAlnN8cuxgwaGdpSHFQ8UDp2QvbqtlOPZaKzR 22ogSvvnx9pf3GRFSuI9iIMUbcAOgzx+1LFrKffN7YAi4sOJhlGwc5Bf8L2WjQ88ATnN /YU/LCpCBEVPE7TNWW4/ELF1SItf3AdfMacJA= 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:content-transfer-encoding; b=c82ZB8DGO1aKEDwmtlVe5WZ2BRZYJ3zNlhKqruLoB+m9fxgZFppQ+TeH6coJrgOoej Nd/AkBl+P/MmjdP6GFd2kIw+nQKlCPgYXU9fYev45ti5lufMIUpp2or/0fQEKfMDUhe9 lxW9MRuGAiR2ws7Z/kWJo6XBkocplzcwG0HHk= MIME-Version: 1.0 Received: by 10.52.94.239 with SMTP id df15mr668315vdb.254.1306857152720; Tue, 31 May 2011 08:52:32 -0700 (PDT) Received: by 10.52.113.106 with HTTP; Tue, 31 May 2011 08:52:32 -0700 (PDT) In-Reply-To: <1306855343-sup-2624@alvh.no-ip.org> References: <1306855343-sup-2624@alvh.no-ip.org> Date: Tue, 31 May 2011 15:52:32 +0000 Message-ID: Subject: Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters From: Christopher Browne To: Alvaro Herrera Cc: Brendan Jurd , pgsql-docs , pgsql-hackers , Peter Eisentraut Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/94 X-Sequence-Number: 6769 On Tue, May 31, 2011 at 3:22 PM, Alvaro Herrera wrote: > Excerpts from Brendan Jurd's message of mar may 31 02:17:22 -0400 2011: >> Hi folks, >> >> I was working on a little docs patch today, and when I tried to >> `make`, openjade choked on an identifier in information_schema.sgml, >> which is very much unrelated to my changes: >> >> openjade:information_schema.sgml:828:60:Q: length of name token must >> not exceed NAMELEN (44) > > Odd. =A0I tried it here and it doesn't fail -- same openjade version. > Maybe mine is patched. It's not likely an issue of how OpenJade was compiled; there has been a limitation in how SGML parsing was configured. If you poke around in /usr/share/sgml, you should find some configuration indicating NAMELEN was set to 44. I recall hearing that this was an issue in older Red Hat and derivative distributions, and thought that it was supposed to be resolved several years ago, but perhaps there's something to undermine that belief. At any rate, I'd suggest grepping around for NAMELEN in /usr/share/sgml; you'll likely see a limitation there, in some SGML configuration file. --=20 When confronted by a difficult problem, solve it by reducing it to the question, "How would the Lone Ranger handle this?"