Re: [DOCS] "make postgres.pdf" doesn't work
Alvaro Herrera wrote: It dies with $ make postgres.pdf cp /pgsql/source/900orig/doc/src/sgml/../graphics/postgres.gif . cp: ne peut évaluer `/pgsql/source/900orig/doc/src/sgml/../graphics/postgres.gif': Aucun fichier ou répertoire de ce type Is it supposed to work? If so, where do we get the postgres.gif file from? You need to say "make postgres-US.pdf" or -A4. Kris Jurka ---(end of broadcast)--- TIP 6: explain analyze is your friend
Re: [DOCS] "make postgres.pdf" doesn't work
Kris Jurka wrote: > Alvaro Herrera wrote: >> It dies with >> $ make postgres.pdf >> cp /pgsql/source/900orig/doc/src/sgml/../graphics/postgres.gif . >> cp: ne peut évaluer >> `/pgsql/source/900orig/doc/src/sgml/../graphics/postgres.gif': Aucun >> fichier ou répertoire de ce type >> Is it supposed to work? If so, where do we get the postgres.gif file >> from? > > You need to say "make postgres-US.pdf" or -A4. Thanks, that "works" (in the sense that some commands are run). I still can't generate the PDFs but that seems because I need to do some modification to TeX "according to jadetex installation instructions". Of course, having installed jadetex with aptitude, I cannot seem to find those instructions anywhere. -- Alvaro Herrera http://www.flickr.com/photos/alvherre/ "I must say, I am absolutely impressed with what pgsql's implementation of VALUES allows me to do. It's kind of ridiculous how much "work" goes away in my code. Too bad I can't do this at work (Oracle 8/9)." (Tom Allison) http://archives.postgresql.org/pgsql-general/2007-06/msg00016.php ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
Re: [DOCS] "make postgres.pdf" doesn't work
On Mon, 8 Oct 2007, Alvaro Herrera wrote:
You need to say "make postgres-US.pdf" or -A4.
Thanks, that "works" (in the sense that some commands are run). I still
can't generate the PDFs but that seems because I need to do some
modification to TeX "according to jadetex installation instructions".
Of course, having installed jadetex with aptitude, I cannot seem to find
those instructions anywhere.
I'm not sure what error you're hitting, but since the pg manual is quite
large you've got to up some tex limits. Attached is my jadetex config
for debain unstable. It goes in /etc/texmf/texmf.d and you need to run
update-texmf after changing it.
Kris JurkaTEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,plain,generic,}//
TEXINPUTS.pdfjadetex = .;$TEXMF/tex/{jadetex,latex,plain,generic,}//
%%
%% jacking up TeX settings for the unique uses of jadetex
%%
hash_extra.jadetex = 32500
hash_extra.pdfjadetex = 50
pool_size.jadetex = 50
pool_size.pdfjadetex = 200
string_vacancies.jadetex = 45000
string_vacancies.pdfjadetex = 45000
max_strings.jadetex = 58500
max_strings.pdfjadetex = 50
pool_free.jadetex = 47500
pool_free.pdfjadetex = 47500
nest_size.jadetex = 500
nest_size.pdfjadetex = 500
param_size.jadetex = 1500
param_size.pdfjadetex = 1500
save_size.jadetex = 5000
save_size.pdfjadetex = 5
stack_size.jadetex = 1500
stack_size.pdfjadetex = 1500
extra_mem_bot.jadetex = 85000
extra_mem_bot.pdfjadetex = 85000
---(end of broadcast)---
TIP 6: explain analyze is your friend
Re: [DOCS] [HACKERS] Use of "postmaster"
Patch applied. Thanks. Your documentation changes can be viewed on our web site shortly. --- Brendan Jurd wrote: > On 10/4/07, Tom Lane <[EMAIL PROTECTED]> wrote: > > "Brendan Jurd" <[EMAIL PROTECTED]> writes: > > > Now that we've renamed the server binary to "postgres", what is the > > > status on use of the name "postmaster"? Is it now deprecated? And if > > > not, is there any point in keeping it around? > > > > We should replace it by terms like "server" in contexts where it's > > not actually important to the reader which process is involved, > > but I think Peter's hit most of them already ... > > Looks like Peter got the sgml sources pretty well cleaned up, but > didn't touch the FAQs. > > The attached patch replaces some more references to "postmaster" in > the FAQs. Per Tom's guidance, I only replaced those references where > I felt a distinction between the postmaster and its children wasn't > important to the reader. > > Thanks for your time, > BJ [ Attachment, skipping... ] > > ---(end of broadcast)--- > TIP 6: explain analyze is your friend -- Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
Re: [DOCS] PostgreSQL vs. Postgres labeling inconsistency
Peter Eisentraut wrote: > Markus Schiltknecht wrote: > > It's a compromise, a single step of a slow migration (which I still > > see as the only reasonable option). > > That assumes that there is somewhere to migrate to. But there isn't. > The renaming has been rejected. Amazing how you came to that conclusion, and I will not reargue that point here. -- Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
