From: | Brendan Jurd <direvus(at)gmail(dot)com> |
---|---|
To: | pgsql-docs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | DOCS: SGML identifier may not exceed 44 characters |
Date: | 2011-05-31 06:17:22 |
Message-ID: | BANLkTiktW6SRDygVfJRB4q+7dvWoQCC1Yg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
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>
From | Date | Subject | |
---|---|---|---|
Next Message | Brendan Jurd | 2011-05-31 06:27:59 | Add link to current_schemas in config.sgml |
Previous Message | Peter Eisentraut | 2011-05-29 19:00:38 | Re: log_connections and log_disconnections |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2011-05-31 06:52:49 | Re: Online base backup from the hot-standby |
Previous Message | Stefan Kaltenbrunner | 2011-05-31 05:08:38 | Re: Getting a bug tracker for the Postgres project |