DOCS: SGML identifier may not exceed 44 characters - Mailing list pgsql-docs

From Brendan Jurd
Subject DOCS: SGML identifier may not exceed 44 characters
Date
Msg-id BANLkTiktW6SRDygVfJRB4q+7dvWoQCC1Yg@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
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 @@
   </table>
  </sect1>

- <sect1 id="infoschema-collation-character-set-applicability">
+ <sect1 id="infoschema-collation-charset-applicability">
   <title><literal>collation_character_set_applicability</literal></title>

   <para>

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: log_connections and log_disconnections
Next
From: Brendan Jurd
Date:
Subject: Add link to current_schemas in config.sgml