Re: [DOCS] pl/perl doc correction: subroutines

2009-08-14 Thread Peter Eisentraut
On fre, 2009-08-07 at 18:00 -0700, Josh Berkus wrote: > The reference to the "perldiag" doc is confusing because it's a > dictionary of errors. We need to be specific about what part of the page: > > "See "Variable %s Will Not Stay Shared" and "Variable %s is not > available" in the perldiag man

[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,

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

2009-08-14 Thread Peter Eisentraut
On Saturday 15 August 2009 00:20:27 Alvaro Herrera wrote: > I'm working on fixing the script that generates the snapshots. I have > fixed the script so that it works on my machine, but Stefan reports that > it fails on developer.postgresql.org with: > > http://docbook.sourceforge.net/release/xsl/c

Re: [DOCS] documentation output directory

2009-08-14 Thread Peter Eisentraut
On Saturday 15 August 2009 00:28:48 Alvaro Herrera wrote: > In looking at snapshot generation it becomes clear that the output of > the documentation is misplaced. I say we should move the output dirs to > be: > > doc/html > doc/man/man1 > doc/man/man3 > doc/man/man7 > doc/src/... > > Objections?

Re: [DOCS] wording for 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE

2009-08-14 Thread Andreas Wenk
Tom Lane wrote: Hmm, it would be important to keep this in sync with the core-SQL description of CASE, no? (Section 9.16.1) yes. And there is written "general" form and "simple" form. I like that. I can't say that I think "simple CASE" and "searched CASE" are good descriptions of the two for

[DOCS] documentation output directory

2009-08-14 Thread Alvaro Herrera
Hi, In looking at snapshot generation it becomes clear that the output of the documentation is misplaced. I say we should move the output dirs to be: doc/html doc/man/man1 doc/man/man3 doc/man/man7 doc/src/... Objections? Peter, I think you're working on other doc-related things (build dir rat

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

2009-08-14 Thread Alvaro Herrera
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, but Stefan reports t

Re: [DOCS] wording for 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE

2009-08-14 Thread Tom Lane
Andreas Wenk writes: > I find it a little confusing how 38.6.2.4. Simple CASE and 38.6.2.5. > Searched CASE is described. In Simple CASE is written Hmm, it would be important to keep this in sync with the core-SQL description of CASE, no? (Section 9.16.1) I can't say that I think "simple CASE"

[DOCS] wording for 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE

2009-08-14 Thread Andreas Wenk
Hi, I find it a little confusing how 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE is described. In Simple CASE is written CASE search-expression WHEN expression [, and in 38.6.2.5. Searched CASE is written CASE WHEN boolean-expression IMO speaking of a search-expression