knowledge-database (beta)

Current group: pgsql.docs

Docs build failure on plpgsql.sgml

Docs build failure on plpgsql.sgml  
Mark Kirkwood
 Re: Docs build failure on plpgsql.sgml  
Tom Lane
 Re: Docs build failure on plpgsql.sgml  
Mark Kirkwood
 Re: Docs build failure on plpgsql.sgml  
Alvaro Herrera
 Re: Docs build failure on plpgsql.sgml  
Tom Lane
 Re: Docs build failure on plpgsql.sgml  
Peter Eisentraut
From:Mark Kirkwood
Subject:Docs build failure on plpgsql.sgml
Date:Mon, 20 Dec 2004 10:45:18 +1300
I am seeing a docs build failure :
openjade:plpgsql.sgml:1646:10:E: end tag for "SECT3" omitted, but
OMITTAG NO was specified
openjade:plpgsql.sgml:1640:5: start tag was here
make: *** [html] Error 1

Adding an extra tag after line 1645 will make it build ok on my
system (not sure if that was the intent of the previous change tho)

regards

Mark


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
From:Tom Lane
Subject:Re: Docs build failure on plpgsql.sgml
Date:Sun, 19 Dec 2004 17:11:59 -0500
Mark Kirkwood writes:
> I am seeing a docs build failure :

Fixed, thanks. (You must be running a pickier version of docbook
than is installed at postgresql.org ...)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
From:Mark Kirkwood
Subject:Re: Docs build failure on plpgsql.sgml
Date:Mon, 20 Dec 2004 12:36:55 +1300
Hmmm ... good point - configure thinks I am running 4.2, but the
stylesheets etc might be more recent than postgresql.org's:

$ rpm -qa|grep docbook
docbook-dtds-1.0-25
docbook-style-dsssl-1.78-4

Tom Lane wrote:

>Mark Kirkwood writes:
>
>
>>I am seeing a docs build failure :
>>
>>
>
>Fixed, thanks. (You must be running a pickier version of docbook
>than is installed at postgresql.org ...)
>
> regards, tom lane
>
>

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
From:Alvaro Herrera
Subject:Re: Docs build failure on plpgsql.sgml
Date:Sun, 19 Dec 2004 21:14:31 -0300
On Mon, Dec 20, 2004 at 12:36:55PM +1300, Mark Kirkwood wrote:
> Hmmm ... good point - configure thinks I am running 4.2, but the
> stylesheets etc might be more recent than postgresql.org's:
>
> $ rpm -qa|grep docbook
> docbook-dtds-1.0-25
> docbook-style-dsssl-1.78-4

Peter announced just the other day he wants the docs to be built with
stylesheets 1.79 ...

--
Alvaro Herrera ()
"Ciencias políticas es la ciencia de entender por qué
los políticos actúan como lo hacen" (netfunny.com)

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
From:Tom Lane
Subject:Re: Docs build failure on plpgsql.sgml
Date:Sun, 19 Dec 2004 19:33:55 -0500
Alvaro Herrera writes:
> On Mon, Dec 20, 2004 at 12:36:55PM +1300, Mark Kirkwood wrote:
>> Hmmm ... good point - configure thinks I am running 4.2, but the
>> stylesheets etc might be more recent than postgresql.org's:
>>
>> $ rpm -qa|grep docbook
>> docbook-dtds-1.0-25
>> docbook-style-dsssl-1.78-4

> Peter announced just the other day he wants the docs to be built with
> stylesheets 1.79 ...

Mark's versions are the same as what I have on an up-to-date Fedora Core
3 box. (And I did duplicate his failure upon trying ... I'd not tried
to build the docs on that box lately.)

If 1.78 is pickier than 1.79, I think it's good to keep ourselves honest
by making sure that the docs build against 1.78. We can say that 1.79
wins if differences of visual presentation come up, but as far as the
markup correctness is concerned, better tighter than looser.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
From:Peter Eisentraut
Subject:Re: Docs build failure on plpgsql.sgml
Date:Mon, 20 Dec 2004 08:19:04 +0100
Tom Lane wrote:
> Fixed, thanks. (You must be running a pickier version of docbook
> than is installed at postgresql.org ...)

I think the only thing that could affect this is the version of
jade/openjade. Certainly not the stylesheet version.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
   

Copyright © 2006 knowledge-database   -   All rights reserved