[DOCS] pdf/ps docs for 7.4?

2003-11-17 Thread Bruno Wolff III
Are there going to be postscript or pdf versions of the 7.4 documentation
available for download?

I would like to make a paper copy of the new manual and I have not been
able to build a postscript version of the document from source.

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [DOCS] pdf/ps docs for 7.4?

2003-11-17 Thread Peter Eisentraut
Bruno Wolff III writes:

> Are there going to be postscript or pdf versions of the 7.4 documentation
> available for download?

We would first need someone to volunteer to make them.

> I would like to make a paper copy of the new manual and I have not been
> able to build a postscript version of the document from source.

It's about 1100 pages.  Good luck stapling that together. :-)

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [DOCS] pdf/ps docs for 7.4?

2003-11-17 Thread Bruce Momjian
Peter Eisentraut wrote:
> Bruno Wolff III writes:
> 
> > Are there going to be postscript or pdf versions of the 7.4 documentation
> > available for download?
> 
> We would first need someone to volunteer to make them.

What is the gmake command to generate PDF docs? I can give it a try but
I don't see the rule in the makefile.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [DOCS] pdf/ps docs for 7.4?

2003-11-17 Thread Oliver Elphick
On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote:
> What is the gmake command to generate PDF docs? I can give it a try but
> I don't see the rule in the makefile.

cd doc/src/sgml
make postgres.pdf

but openjade falls over:
openjade  -D . -c
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \
stylesheet.dsl -t tex -V tex-backend -i output-print -V \
texpdf-output -o postgres.tex-pdf postgres.sgml
openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: 
flow object not accepted by port; only display flow objects accepted
make: *** [postgres.tex-pdf] Segmentation fault
make: *** Deleting file `postgres.tex-pdf'

I've asked Debian's openjade maintainer for assistance, so I'll let you
know if I get any.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "A Song for the sabbath day. It is a good thing to 
  give thanks unto the LORD, and to sing praises unto 
  thy name, O most High."   Psalms 92:1 


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [DOCS] pdf/ps docs for 7.4?

2003-11-17 Thread Bruce Momjian

I found I could build them if I do a make html first, then a make
postgres.pdf.

Once run, I am seeing these failures:

pdfjadetex postgres.tex-pdf
This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
(postgres.tex-pdf[/usr/contrib/teTeX/share/texmf/pdftex/config/pdftex.cfg]
JadeTeX 1999/06/29: 2.7
(/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/t1ptm.fd)
(/usr/contrib/teTeX/share/texmf/tex/jadetex/isoents.tex)
Elements will be labelled
Jade begin document sequence at 19
No file postgres.aux.
(/usr/contrib/teTeX/share/texmf/tex/latex/ot2cyr/ot2wncyr.fd)
(/usr/contrib/teTeX/share/texmf/tex/latex/base/ts1cmr.fd)
(/usr/contrib/teTeX/share/texmf/tex/latex/lucidabr/lmrhlcm.fd)
(/usr/contrib/teTeX/share/texmf/tex/context/base/supp-pdf.tex
(/usr/contrib/teTeX/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) (/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/t1phv.fd) [1.0.18[/usr/contr
ib/teTeX/share/texmf/dvips/config/pdftex.map]]
(/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/ts1ptm.fd) [2.0.18]

LaTeX Warning: Reference `PREFACE' on page 3 undefined on input line 494.


LaTeX Warning: Reference `INTRO-WHATIS' on page 3 undefined on input line 525.

---

Oliver Elphick wrote:
> On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote:
> > What is the gmake command to generate PDF docs? I can give it a try but
> > I don't see the rule in the makefile.
> 
> cd doc/src/sgml
> make postgres.pdf
> 
> but openjade falls over:
> openjade  -D . -c
> /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \
> stylesheet.dsl -t tex -V tex-backend -i output-print -V \
> texpdf-output -o postgres.tex-pdf postgres.sgml
> openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: 
> flow object not accepted by port; only display flow objects accepted
> make: *** [postgres.tex-pdf] Segmentation fault
> make: *** Deleting file `postgres.tex-pdf'
> 
> I've asked Debian's openjade maintainer for assistance, so I'll let you
> know if I get any.
> 
> -- 
> Oliver Elphick[EMAIL PROTECTED]
> Isle of Wight, UK http://www.lfix.co.uk/oliver
> GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
>  
>  "A Song for the sabbath day. It is a good thing to 
>   give thanks unto the LORD, and to sing praises unto 
>   thy name, O most High."   Psalms 92:1 
> 
> 
> ---(end of broadcast)---
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
> 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(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