As long as it works, it's OK.
Would you submit the changes that you had to make to the source code to
get useful results?
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majo...@postgresql.org so that your
message can get through to the mailing list cleanly
Sorry Peter, I don't think I really understood what you meant. Which
changes are you talking about ? which source code ?
--
Guillaume.
<!-- http://abs.traduc.org/
http://lfs.traduc.org/
http://traduc.postgresqlfr.org/ -->
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
Yes, you're right. There's some changes to do on the documentation
source files. I can provide a diff which will transform SGML files
into valid XML files. Do you want me to work on REL8_1_STABLE or HEAD
branch ?
I can work on this next monday and tuesday.
Regards.
--=20
Guillaume.
Is that the only change? Then we don't need it.
> Do you want me to work on REL8_1_STABLE or HEAD
> branch ?
HEAD branch always.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
I added some tags to specify columns' size
(http://www.oasis-open.org/docbook/documentation/reference/html/colspec.html
and http://www.sagehill.net/docbookxsl/ColumnWidths.html) and XSLT
stylesheets to build HTML, PDF, htmlhelp and manpages.
I also added some attributes to handle conditional texts
(http://www.sagehill.net/docbookxsl/Profiling.html#MarkProfileText),
needed to build the standalone install file.
> > Do you want me to work on REL8_1_STABLE or HEAD
> > branch ?
>
> HEAD branch always.
>
OK.
--=20
Guillaume.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
That's what we need, I guess.
>and XSLT
> stylesheets to build HTML, PDF, htmlhelp and manpages.
We already have that.
> I also added some attributes to handle conditional texts
> (http://www.sagehill.net/docbookxsl/Profiling.html#MarkProfileText),
> needed to build the standalone install file.
That will become necessary once we switch the source to XML.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
Yes, it's required if we don't want to have some text of a cell
overwritten on the following cell.
> >and XSLT
> > stylesheets to build HTML, PDF, htmlhelp and manpages.
>
> We already have that.
>
OK.
> > I also added some attributes to handle conditional texts
> > (http://www.sagehill.net/docbookxsl/Profiling.html#MarkProfileText),
> > needed to build the standalone install file.
>
> That will become necessary once we switch the source to XML.
>
Yes.
So, you just need colspec tags ? it won't be easy to do because
there's a lot of checks to do after changes. But I can try.
--=20
Guillaume.
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?