Re: [DOCS] Typo

2017-10-23 Thread Erik Rijkers
On 2017-10-23 10:41, juer...@purtz.de wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/app-pgdump.html Description: There is a typo at "the old locution" (since 8.2) - probable shall be "the old location". Your 'correct

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Erik Rijkers
unction with DROP DATABASE. Let's not change it. Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] strange text in parallel.sgml

2016-10-01 Thread Erik Rijkers
Not entirely sure but seems wrong to me... thanks, Erik Rijkers --- doc/src/sgml/parallel.sgml.orig 2016-10-01 19:45:57.315099655 +0200 +++ doc/src/sgml/parallel.sgml 2016-10-01 19:46:32.622854693 +0200 @@ -406,7 +406,7 @@ unsafe, because this would require predicting every operation

[DOCS] pgbench doc typos

2016-01-12 Thread Erik Rijkers
what does that mean? Not understanding, I have not changed it. I think it could be made more clear. thanks, Erik Rijkers --- doc/src/sgml/ref/pgbench.sgml.orig 2016-01-12 16:10:35.740698813 +0100 +++ doc/src/sgml/ref/pgbench.sgml 2016-01-12 16:18:20.386170448 +0100 @@ -1031,7 +1031,7 @@ 0 84 4142

Re: [DOCS] Earliest Postgres credit patch

2015-08-05 Thread Erik Rijkers
/livshutz Seems to be the same person. I guess it doesn't matter too much. Thanks, Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] the the

2015-05-04 Thread Erik Rijkers
typos: 2x the the--- doc/src/sgml/func.sgml.orig 2015-05-04 21:38:54.558334172 +0200 +++ doc/src/sgml/func.sgml 2015-05-04 21:39:17.238883916 +0200 @@ -17054,7 +17054,7 @@ internal_id oid -Create a replication origin with the the passed in external +Create

[DOCS] the the strikes again

2013-12-13 Thread Erik Rijkers
s{the the}{the}; pgstatstatements.sgml.diff Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] stray pipe in copy.sgml

2013-07-05 Thread Erik Rijkers
It seems there is a stray | trailing behind the FORCE_NOT_NULL line here: http://www.postgresql.org/docs/9.3/static/sql-copy.html (in HEAD, 93, 92, 91), or at least, I fail to see its meaning. Trivial patch attached. Thanks, Erikjan Rijkers --- doc/src/sgml/ref/copy.sgml.orig 2013-07-05 15:

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Erik Rijkers
? I can only find a html version (of 93devel). Thanks, Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] pdf does not build anymore

2013-06-13 Thread Erik Rijkers
med destinations out of 131072 1 words of extra memory for PDF output out of 65536 ! ==> Fatal error occurred, the output PDF file is not finished! Thanks, Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Reference function arguments by name

2013-05-11 Thread Erik Rijkers
On Thu, May 9, 2013 22:46, Erwin Brandstetter wrote: > This has changed in version 9.2. SQL functions can reference the name. Ergo: > > s /(currently only PL/pgSQL) / (currently only PL/pgSQL and SQL) > > Here is the patch (don't feed them Battenbergs). sql-createfunction.diff Description: Bina

[DOCS] readability tutorial example in pdf

2013-05-04 Thread Erik Rijkers
The attached patch breaks code-example into two lines. In the pdf (A4) version this line is truncated by several words, making a tutorial example incomprehensible. (The line-break also shows up in the html vrsion but does not look particularly ugly there) Thanks, Erik Rijkers

Re: [DOCS] LATERAL synopsis (patch to wrap long line)

2012-10-27 Thread Erik Rijkers
On Sat, October 27, 2012 18:44, Tom Lane wrote: > "Erik Rijkers" writes: >> [ LATERAL ] function_name ( [ argument [, ...] ] ) AS ( column_definition [, >> ...] ) > >> But what does 'column_definition' stand for? (These are the only >> o

[DOCS] LATERAL synopsis

2012-10-27 Thread Erik Rijkers
Are not the first two of the above LATERAL-lines sufficient? Or perhaps it would be even better to reduce it to only the first of those three lines (i.e. get rid of the 'function_name' lines)? Thanks, Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.or

[DOCS] small mvcc.sqml improvents

2011-12-16 Thread Erik Rijkers
the SQL standard. (the postgres levels are described in the text below the table) Thanks, Erik Rijkers--- doc/src/sgml/mvcc.sgml.orig 2011-12-16 22:35:27.0 +0100 +++ doc/src/sgml/mvcc.sgml 2011-12-16 22:38:37.0 +0100 @@ -101,7 +101,7 @@ -The phenomena whi

[DOCS] pdf-visible links into config.gsml from high-availability.sgml

2011-07-19 Thread Erik Rijkers
od to make two explicit, visible links, as attached, to connect the two main places with sync-repl information. Then there will be a clear "See Section ..." reference. (against today's REL9_1_STABLE) thanks, Erik Rijkers--- doc/src/sgml/high-availability.sgml.orig 2011-07-19 11:2

[DOCS] high-availibility..sgml typos

2011-04-05 Thread Erik Rijkers
typos.--- doc/src/sgml/high-availability.sgml.orig 2011-04-05 08:47:30.0 +0200 +++ doc/src/sgml/high-availability.sgml 2011-04-05 08:56:09.0 +0200 @@ -486,7 +486,7 @@ Directly moving WAL records from one database server to another is typically described as log shipping.

Re: [DOCS] high-availability.sgml improvements

2011-03-17 Thread Erik Rijkers
On Thu, March 17, 2011 20:29, Erik Rijkers wrote: > Some high-availability.sgml improvements. > > thanks, > > Erik Rijkers > Oops, the first change in that diff I just sent was mangled - sorry about that. ( it was a simple 'the the' -> 'the' ): ---

[DOCS] high-availability.sgml improvements

2011-03-17 Thread Erik Rijkers
Some high-availability.sgml improvements. thanks, Erik Rijkers --- doc/src/sgml/high-availability.sgml.orig 2011-03-17 19:57:28.0 +0100 +++ doc/src/sgml/high-availability.sgml 2011-03-17 20:15:37.0 +0100 @@ -873,7 +873,7 @@ might indicate that the master server is under

[DOCS] typo in ecpg.sgml

2011-02-17 Thread Erik Rijkers
typo... ecpg.sgml.diff Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] pg_archivecleanup doc: changed -d output (doc)

2010-09-28 Thread Erik Rijkers
A small formatting change in pg_archivecleanup -d (debug) was committed a few weeks/months ago. The attached patch reflects that change in the documentation. Erik Rijkers doc-pg_archivecleanup.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To

[DOCS] 9.0 PDFs lost 'bookmarks' tab

2010-09-28 Thread Erik Rijkers
(The 8.4.4 A4 PDF on the site is OK too) ISTM this is worth fixing; without bookmark-tabs the PDFs are much less accessible. Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] prefix search in tsearch

2010-08-31 Thread Erik Rijkers
n + example of prefix search, perhaps it should be extended a little there too - which I'm happy to do as well, but I first wanted to see if you agree that it is a little too obscure as it stands) Erik Rijkers --- doc/src/sgml/datatype.sgml.orig 2010-08-31 22:35:20.0 +0200 ++

Re: [pgsql-www] [DOCS] Example indenting

2010-08-27 Thread Erik Rijkers
on of the documentation; and I suppose the changes so far are all CSS-only (i.e. no effect on the PDF)? sorry if I sound negative... Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] pgbench acronym tps

2010-08-06 Thread Erik Rijkers
I noticed that pgbench.sgml (or the manual elsewhere) does not explicitly mention what TPS stands for; I thought it might be useful to add. (reason I checked: someone on #postgresql took tps to mean 'tuples per second') Erik Rijkers pgbench.sgml.diff Description: Binary data --

Re: [DOCS] release-9.0.sgml changes

2010-07-10 Thread Erik Rijkers
On Sat, July 10, 2010 02:27, Robert Haas wrote: > On Fri, Jul 9, 2010 at 5:24 PM, Erik Rijkers wrote: >> Some readability improvements (I hope), >> and some typos > > You seem to have removed the mention of PL/pgsql being installed by > default, which doesn't see

[DOCS] release-9.0.sgml changes

2010-07-09 Thread Erik Rijkers
Some readability improvements (I hope), and some typos Erik Rijkers release-9.0.sgml.diff Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] plperl.sgml touches

2010-07-08 Thread Erik Rijkers
Some small changes for plperl.sgml: - wrapped long code-lines, for pdf - typo Thanks Erik Rijkers plperl.sgml.diff Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql

[DOCS] links to functions-window

2010-07-01 Thread Erik Rijkers
least the below three links should be added. Erik Rijkers --- advanced.sgml.orig 2010-07-01 19:02:56.0 +0200 +++ advanced.sgml 2010-07-01 19:05:07.0 +0200 @@ -554,6 +554,7 @@ More details about window functions can be found in , +, , and the

[DOCS] high-availability.sgml: misplaced sentence

2010-06-26 Thread Erik Rijkers
The middle sentence in the 'Note:' doesn't make much sense there (maybe it does when you know pg_standby). In any case it seems better placed outside it. Erik Rijkers high-availability.sgml.diff Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@pos

[DOCS] some re-formatting in xfunc.sgml

2010-05-15 Thread Erik Rijkers
Attached some formatting improvements to xfunc.sgml (1 typo; 2x wrap long code examples to make them readable in .pdf) Erik Rijkers--- doc/src/sgml/xfunc.sgml.orig 2010-05-14 23:00:23.0 +0200 +++ doc/src/sgml/xfunc.sgml 2010-05-15 01:52:52.0 +0200 @@ -859,7 +859,8

[DOCS] pgbench.sgml - typo

2010-04-23 Thread Erik Rijkers
s/the the/the/g; # 2 x --- doc/src/sgml/pgbench.sgml.orig 2010-04-23 23:50:04.0 +0200 +++ doc/src/sgml/pgbench.sgml 2010-04-23 23:50:32.0 +0200 @@ -553,7 +553,7 @@ nnn is the PID of the pgbench process. If the -j option is 2 or higher, creating multiple worker

[DOCS] typo 'anyways'

2010-04-05 Thread Erik Rijkers
'anyways' is not correct english, I think... --- doc/src/sgml/xtypes.sgml.orig 2010-04-06 02:48:33.0 +0200 +++ doc/src/sgml/xtypes.sgml2010-04-06 02:49:22.0 +0200 @@ -265,7 +265,7 @@ If the alignment is unimportant (either just for a specific function or - beca

Re: [DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
On Mon, April 5, 2010 19:29, Peter Eisentraut wrote: > On mån, 2010-04-05 at 18:30 +0200, Erik Rijkers wrote: >> On Mon, April 5, 2010 18:18, Tom Lane wrote: >> > "Erik Rijkers" writes: >> > >> >> I would like to reformat (only) those cases so t

Re: [DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
On Mon, April 5, 2010 18:18, Tom Lane wrote: > "Erik Rijkers" writes: >> The manual has quite a few cases in the code-examples where, in the pdf >> version, there isn't >> enough width to show the whole line. Unfortunately, the rest of the line is >

[DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
reformat (only) those cases so that the text is completely readable on the pdf page. Of course, such lines will then also take the extra space in the html version (arguably, an advantage there as well). Anyone have any objections to this? Erik Rijkers -- Sent via pgsql-docs mailing l

Re: [DOCS] PDF build issue with 9.0 Alpha5

2010-04-02 Thread Erik Rijkers
On Sat, April 3, 2010 00:04, Tom Lane wrote: > "Erik Rijkers" writes: >> This is CentOS 5.2, > >> yum list *jade* >> Installed Packages >> jadetex.noarch 3.12-13.1.1installed >> openjade.x86_64

Re: [DOCS] PDF build issue with 9.0 Alpha5

2010-04-02 Thread Erik Rijkers
On Fri, April 2, 2010 23:34, Tom Lane wrote: > "Erik Rijkers" writes: >> I can build 'make postgres-A4.pdf' against cvs without problem. > > Fails for me :-(. Whose distribution of jadetex are you using, and > what version exactly? I've pretty much con

Re: [DOCS] PDF build issue with 9.0 Alpha5

2010-04-02 Thread Erik Rijkers
5, and it succeeded. I attach my texmf.cnf, although I can't remember what I changed (if anything), but I do remember getting that 'number of strings' error as well (2 weeks or so ago). hth Erik Rijkers texmf.cnf Description: Binary data -- Sent via pgsql-docs mailing list (pgsq

[DOCS] 'We the project' (and some backup.sgml typos)

2009-12-27 Thread Erik Rijkers
ere is a policy on this. I would suggest that using 'we' (for the system's 'intention', as it were), although it works well in email and wiki communication, may be better to avoid in the main documentation. thanks, Erik Rijkers backup.sgml.diff Description: Binary da

[DOCS] extract('dow', ...) mention

2009-11-15 Thread Erik Rijkers
Hi, It seems to me this mention of extract() in the manual (chapter 9.8): extract('dow', ...) is better replaced with extract(dow from ...) ( 8.3, 8.4, HEAD ) hth Erik Rijkers --- doc/src/sgml/func.sgml.orig 2009-11-15 21:58:02.0 +0100 +++ doc/src/sgml

[DOCS] typo in ref/psql-ref.sgml

2009-02-08 Thread Erik Rijkers
on and off. thanks, Erik Rijkers -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs