Re: [DOCS] Moving documentation to XML

2015-11-02 Thread Stefan Kaltenbrunner
On 10/30/2015 02:40 PM, Alexander Lakhin wrote: > Hello, Guillaume. > > We have plans to use this for russian translation, too. We translate the > docs by converting (with xml2po) the single xml to postgres-ru.po and > after translating it we convert it back to xml (we get postres-ru.xml > here).

Re: [DOCS] Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.)

2014-02-06 Thread Stefan Kaltenbrunner
On 02/05/2014 07:27 PM, Robert Haas wrote: > On Tue, Feb 4, 2014 at 11:43 PM, Noah Misch wrote: >>> Right. I mean, a lot of the links say things like "Section 26.2" >>> which obviously makes no sense in a standalone text file. >> >> For s normally displayed that way, text output could emit a URL,

Re: [DOCS] postgresql manuals

2012-07-18 Thread Stefan Kaltenbrunner
On 07/17/2012 07:26 PM, Josh Kupershmidt wrote: > On Mon, Jul 16, 2012 at 8:26 PM, vilpesh wrote: > >> I have been downloading the postgresql manual in pdf form. >> I had downloaded for 9.1 release pdf in both A4 and US formats. >> >> I tried opening the pdf files on windows 7 using Acrobat Reade

[DOCS] outdated legal notice in SGML docs?

2012-05-17 Thread Stefan Kaltenbrunner
Hi! While working on automating our PDF doc building for the website I noticed that we seem to ship with outdated legal information in the docs. http://www.postgresql.org/about/licence/ (this also matches up with: http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;f=COPYRIGHT;hb=HEA

Re: [DOCS] PG documentation build is wedged

2011-11-24 Thread Stefan Kaltenbrunner
On 11/24/2011 09:16 PM, Alvaro Herrera wrote: > > Excerpts from Andrew Dunstan's message of jue nov 24 14:44:18 -0300 2011: > >> You need to change the config of this animal to something like: >> >> optional_steps => { build_docs => { branches => [ 'HEAD' ], >> min_hours_since => 0 } }, >>

Re: [DOCS] pg_dump locking info

2010-08-15 Thread Stefan Kaltenbrunner
On 08/15/2010 11:01 AM, Thom Brown wrote: Is this right? I'm looking at http://www.postgresql.org/docs/current/static/backup-dump.html It says, "pg_dump does not block other operations on the database while it is working. (Exceptions are those operations that need to operate with an exclusive l

Re: [DOCS] Londiste

2010-05-27 Thread Stefan Kaltenbrunner
On 05/27/2010 04:22 AM, Bruce Momjian wrote: Robert Haas wrote: On Wed, May 26, 2010 at 5:45 PM, Bruce Momjian wrote: Robert Haas wrote: On Tue, May 25, 2010 at 2:15 PM, Bruce Momjian wrote: Francisco Reyes wrote: Bruce Momjian writes: Well, I assumed "Londiste" head reached the level th

Re: [DOCS] documentation build log is busted, and has been for awhile

2010-05-27 Thread Stefan Kaltenbrunner
On 05/27/2010 01:55 AM, Tom Lane wrote: Is anybody maintaining http://developer.postgresql.org/pgdocs/postgres/buildlog.html ? For some time now, that page has failed to update if the underlying build fails, which makes it approximately completely useless. A more cosmetic but still annoying pro

[DOCS] Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches

2009-08-14 Thread Stefan Kaltenbrunner
Alvaro Herrera wrote: Peter Eisentraut wrote: Log Message: --- Use DocBook XSL stylesheets for man page building So, continuing with this seemingly endless saga :-( I'm working on fixing the script that generates the snapshots. I have fixed the script so that it works on my machine,