Re: [DOCS] 8.2.0 pdf

2006-12-07 Thread Devrim GUNDUZ
Hi Oleg,

On Thu, 2006-12-07 at 10:53 +0300, Oleg Bartunov wrote:
> Devrim, could you share your texmf.cnf ? My pdf creation failed even
> if I increased memory setting as it's recommended in jadetex
> installation. 

I had to increase several settings in that file. 

http://www.gunduz.org/postgresql/texmf.cnf

Cheers,
-- 
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/






signature.asc
Description: This is a digitally signed message part


Re: [DOCS] 8.2.0 pdf

2006-12-07 Thread Kris Jurka

Devrim GUNDUZ wrote:

Hi,

On Mon, 2006-12-04 at 11:46 +0200, Devrim GUNDUZ wrote:

I'm building 8.2.0 pdf now. It may take 3-4 days.


Ok, it is done. I'm now committing it to CVS. It will appear in web page
soon.



The US version does not have bookmarks and doesn't seem to have any 
links internally.  Neither version has an index, you must build the HTML 
docs prior to the PDFs to get the indexes.


Kris Jurka

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


Re: [DOCS] 8.2.0 pdf

2006-12-07 Thread Devrim GUNDUZ
Hi,

On Thu, 2006-12-07 at 03:42 -0700, Kris Jurka wrote:
> The US version does not have bookmarks and doesn't seem to have any 
> links internally.  Neither version has an index, you must build the
> HTML docs prior to the PDFs to get the indexes. 

Hmm. That makes sense. Per above, I now first ran "make html", and then
"make postgres.pdf". Here is the initial output:

--
LC_ALL=C "/usr/bin/perl" /usr/bin/collateindex.pl -f -g -i 'bookindex'
-o bookindex.sgml HTML.index
Processing HTML.index...
1555 entries loaded...
0 entries ignored...
...
---

BTW, I first built A4 pdf by running "make postgres.pdf" . Then per a
suggestion at #postgresql, I converted it to ps by ps2pdf. Then, I ran:

ps2pdf -paper letter postgres.ps

to convert it to US format. Is it the right way to do that? 

Anyway, the process will again take 2-3 days.

Regards,
-- 
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/






signature.asc
Description: This is a digitally signed message part


Re: [DOCS] [pgsql-www] 8.2.0 pdf

2006-12-07 Thread Kris Jurka



On Thu, 7 Dec 2006, Devrim GUNDUZ wrote:


BTW, I first built A4 pdf by running "make postgres.pdf" . Then per a
suggestion at #postgresql, I converted it to ps by ps2pdf. Then, I ran:

ps2pdf -paper letter postgres.ps

to convert it to US format. Is it the right way to do that?



No, converting to postscript loses all the PDF formatting goodness that 
makes it readable instead of just printable.


I edited 
/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbparam.dsl and 
changed


(define %paper-type% "A4")

to

(define %paper-type% "USletter")

and rerunning the entire multi-day generation.

Surely this isn't ideal and the correct way to do this is to set it in a 
stylesheet or pass it in some other way, but this worked for me.


Kris Jurka

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

   http://www.postgresql.org/about/donate


Re: [DOCS] 8.2.0 pdf

2006-12-07 Thread Javier Molina
Page numbers do not appear in the table of contents (they show as ??) 
starting from ALTER TABLESPACE (page xix), they were fine in 8.1.


Also, the last page of the document is titled "Index" but is otherwise 
empty (this was the case too in 8.1, is this expected?)


Devrim GUNDUZ escribió:

Hi,

On Mon, 2006-12-04 at 11:46 +0200, Devrim GUNDUZ wrote:

I'm building 8.2.0 pdf now. It may take 3-4 days.


Ok, it is done. I'm now committing it to CVS. It will appear in web page
soon.

Regards,



---(end of broadcast)---
TIP 1: 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] 8.2.0 pdf

2006-12-07 Thread Devrim GUNDUZ
Hi,

On Thu, 2006-12-07 at 14:39 +0100, Javier Molina wrote:
> Page numbers do not appear in the table of contents (they show as ??) 
> starting from ALTER TABLESPACE (page xix), they were fine in 8.1. 

Yes, this was reported this morning -- I started to rebuild the pdf.

Regards,
-- 
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/






signature.asc
Description: This is a digitally signed message part