Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-06-03 Thread Peter Eisentraut
On tis, 2011-05-31 at 16:17 +1000, Brendan Jurd wrote: > 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

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-06-01 Thread Andrew Dunstan
On 06/01/2011 12:55 PM, Robert Haas wrote: On Wed, Jun 1, 2011 at 3:31 AM, Albe Laurenz wrote: Peter Eisentrautwrote: Excerpts from Brendan Jurd's message of mar may 31 02:17:22 -0400 2011: openjade:information_schema.sgml:828:60:Q: length of name token must not exceed NAMELEN (44) But it

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-06-01 Thread Robert Haas
On Wed, Jun 1, 2011 at 3:31 AM, Albe Laurenz wrote: > Peter Eisentrautwrote: > Excerpts from Brendan Jurd's message of mar may 31 02:17:22 -0400 2011: >> openjade:information_schema.sgml:828:60:Q: length of name token must >> not exceed NAMELEN (44) >> >> But it seems like no one else

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-06-01 Thread Albe Laurenz
Peter Eisentrautwrote: Excerpts from Brendan Jurd's message of mar may 31 02:17:22 -0400 2011: > openjade:information_schema.sgml:828:60:Q: length of name token must > not exceed NAMELEN (44) > > But it seems like no one else has seen this problem yet, so it's quite > suspicious, since

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Brendan Jurd
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 docum

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Andrew Dunstan
On 05/31/2011 04:36 PM, Peter Eisentraut wrote: 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. I have two buildfarm members with stock openjade/docbook installations building the doc

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Peter Eisentraut
On tis, 2011-05-31 at 12:13 -0400, Tom Lane wrote: > Christopher Browne writes: > > 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: > >>> openjade:information_schema.sgml:828:60:Q: length of name token must >

Re: [DOCS] [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Tom Lane
Christopher Browne writes: > 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: >>> openjade:information_schema.sgml:828:60:Q: length of name token must >>> not exceed NAMELEN (44) >> Odd.  I tried it here and it do

Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Christopher Browne
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 ve

Re: [HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-31 Thread Alvaro Herrera
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_sch

[HACKERS] DOCS: SGML identifier may not exceed 44 characters

2011-05-30 Thread Brendan Jurd
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 trivia