Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 836BAB5F994; Tue, 31 May 2011 03:17:30 -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 60104-08; Tue, 31 May 2011 06:17:23 +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-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id 56A49B5F49B; Tue, 31 May 2011 03:17:23 -0300 (ADT) Received: by iwn34 with SMTP id 34so3383345iwn.19 for ; Mon, 30 May 2011 23:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=1W129XElMJwv3CS+zvStcGV6G5xxPyXmWQHVIYfqsKQ=; b=MypUWQ2W8kQq1EkQ9n8YbQSRHo+2br6qDGdb3D6aTjc0MWCHmBPXyznyh837FDEg7I z0RPaVFclHiXX70NL4ye5YAMs8HT7VHN3ZzAbozv2OzoQYsdDb8DjR8rMAdXPdHAljPG D6iLywFBqmkdUXRHFFWtopufkO7l2PNbVi2cY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=ABoKrhnCYSDpWL1r4JHd9qXRamwitmNAkpy7fXKqxDqXoLBn2Aw8ohRgfnis876vov JercxfX0NFPDC0KEVFE4xM2g0kIEddE3lKLifIdx+juNMGUbtDxg3DYGKw82s8JFUzN7 TkaaIvQDnQpl9kL034Ad6Op3GBRP2B0Es5k68= MIME-Version: 1.0 Received: by 10.231.60.73 with SMTP id o9mr7319615ibh.33.1306822642545; Mon, 30 May 2011 23:17:22 -0700 (PDT) Received: by 10.231.16.131 with HTTP; Mon, 30 May 2011 23:17:22 -0700 (PDT) Date: Tue, 31 May 2011 16:17:22 +1000 Message-ID: Subject: DOCS: SGML identifier may not exceed 44 characters From: Brendan Jurd To: pgsql-docs@postgresql.org, pgsql-hackers@postgresql.org Cc: Peter Eisentraut Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.888 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001, T_TO_NO_BRKTS_FREEMAIL=0.01 X-Spam-Level: X-Archive-Number: 201105/91 X-Sequence-Number: 6766 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) Here is a trivial patch to shut openjade up. This particular id does not appear to be referred to anywhere else in the docs yet. The identifier appears to have been introduced in commit 2e2d56fea97f43cf8c40a87143bc10356e4ed4d4 on Feb 9 this year. I'm using openjade 1.3.2. Cheers, BJ diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 2febb4c..5fdbd51 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -825,7 +825,7 @@ - + <literal>collation_character_set_applicability</literal>