Incomplete documentation for pg_restore option

2018-01-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/app-pgrestore.html Description: Hi Team, The documentation for pg_restore doesn't mention the syntax to restore from a directory based back up created using -F d option in pg_dump

Re: PARALLEL in old syntax for CREATE AGGREGATE

2018-01-23 Thread Bruce Momjian
Robert, can you review the attached patch since it references your commit? Thanks. --- On Mon, Nov 27, 2017 at 04:00:42PM +0100, Daniel Gustafsson wrote: > When looking at review comments on one of my patches, I noticed tha

[PATCH] Updating documentation about bulding documentation in Windows.

2018-01-23 Thread Michail Nikolaev
Hello everyone. Current documentation contains outdated instruction and scripts relative to building documentation on Windows machine. I removed useless scripts and wrote some guide to build docs using Windows Linux Subsystem. Also, could be viewed on github - https://github.com/michail-nikolaev

Re: v10 changes to pg_ctl --wait

2018-01-23 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?= writes: > The docs for --wait still say: > "When waiting for startup, pg_ctl repeatedly attempts to connect to the > server." > I believe it's been changed to examine postmaster.pid instead (thanks > Tom!). Missed that --- will fix, thanks for noticing!

Re: What does "Table rewrite" mean?

2018-01-23 Thread Ilsa Loving
That’s all that’s needed, really. It’s impossible to make an informed decision if there is no way for someone to know what a table rewrite actually does and how it does it. /*-*/ float o=0.075,h=1.5,T,r,O,l,I;/* I

v10 changes to pg_ctl --wait

2018-01-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/devel/static/app-pg-ctl.html Description: The docs for --wait still say: "When waiting for startup, pg_ctl repeatedly attempts to connect to the server." I believe it's been changed to exam