Re: Replication parameters in recovery.conf

2017-12-05 Thread Michael Paquier
On Wed, Dec 6, 2017 at 11:19 AM, Peter Eisentraut wrote: > The reasons for this are basically all historical and we are trying to > get rid of it (by moving these settings to postgresql.conf, mostly). So > I don't think we need to spend a lot of time rationalizing this at this > point. Yeah, the

Re: Replication parameters in recovery.conf

2017-12-05 Thread Peter Eisentraut
On 12/1/17 06:12, Aleksandr Parfenov wrote: > Reading a documentation regarding recovery.conf file I found that the > reason to store 'stand-by mode' configuration inside that file is not > clear. > > IMHO, a little note in description of recovery.conf will clearify > the situation. Something like

Re: MacPorts xsltproc is very slow?

2017-12-05 Thread Peter Eisentraut
On 11/26/17 17:03, Thomas Munro wrote: > So one solution is simply to uninstall the docbook-xsl package. That > gets me back to fast documentation builds! Incidentally, uninstalling > the docbooks-xsl package also works for FreeBSD which currently ships > a too-old DocBook version. This is actua

Re: Flex is not a GNU package

2017-12-05 Thread Peter Eisentraut
On 11/24/17 14:03, Pavan Maddamsetti wrote: > The comment form mangled my diff. > > --- > > diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml > index a922819..141494c 100644 > --- a/doc/src/sgml/installation.sgml > +++ b/doc/src/sgml/installation.sgml > @@ -289,7 +289,7

Re: documentation for SQL "COPY" says "FORMAT"

2017-12-05 Thread Tom Lane
"David G. Johnston" writes: > On Tue, Dec 5, 2017 at 5:01 PM, wrote: >> the documentation for the copy command (since version 9.0) says to use the >> keyword "FORMAT" , this keyword should be omitted > I'm pretty sure the docs are correct. You should provide the exact > commands you think shou

Re: documentation for SQL "COPY" says "FORMAT"

2017-12-05 Thread David G. Johnston
On Tue, Dec 5, 2017 at 5:01 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.0/static/sql-copy.html > Description: > > the documentation for the copy command (since version 9.0) says to use the > keyword "FORMAT" , this

documentation for SQL "COPY" says "FORMAT"

2017-12-05 Thread randumbloggr
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.0/static/sql-copy.html Description: the documentation for the copy command (since version 9.0) says to use the keyword "FORMAT" , this keyword should be omitted (eg: say "CSV" instead of

Re: [DOCS] Building 10.0 PDFs - fop config

2017-12-05 Thread Peter Eisentraut
On 10/5/17 09:33, Dave Page wrote: > Whilst building the 10.0 PDF docs for the website, I found I needed to > modify the fop configuration on the Debian Jessie build host. What > worked for me was: > > pgsql@:~$ cat ~/.foprc > > JAVA_ARGS='-Xms1024M -Xmx2048M' I have committed this with -Xmx

Re: Binary format for array in COPY-command

2017-12-05 Thread Tom Lane
vla...@gmail.com writes: > I could not find description of arrays for 9.6 Postgres: > https://www.postgresql.org/docs/9.6/static/sql-copy.html I do not think it's explicitly documented anyplace (neither is the binary format for anything else, really). But you can work it out easily enough by look

Re: generate.consistent.ids

2017-12-05 Thread Peter Eisentraut
On 12/1/17 13:39, Peter Eisentraut wrote: > I found that the setting > > > > also enables the XSL stylesheets to produce anchors that are consistent > across builds. I would have expected that to increase the build time, > but in my testing the penalty is barely noticeable. So I would like to

Binary format for array in COPY-command

2017-12-05 Thread vladqt
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/datatype-bit.html Description: Hi, I could not find description of arrays for 9.6 Postgres: https://www.postgresql.org/docs/9.6/static/sql-copy.html Array fields have different f