Re: docu bug?

2018-02-19 Thread Michael Paquier
On Mon, Feb 19, 2018 at 01:54:24PM +, PG Doc comments form wrote: > The sample works with a NON-persistent connection (psql -c): > > > 25.3.6.1. Standalone Hot Backups > ... touch /var/lib/pgsql/backup_in_progress > psql -c "select pg_start_backup('hot_backup');" > tar -cf /var/lib/pgsql

Re: docu bug?

2018-02-19 Thread Salvador Jacinto
POR FAVOR TRADUZIR Em 19/02/2018 9:55 AM, "PG Doc comments form" escreveu: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/continuous-archiving.html > Description: > > Seems to need a persistent connection: > > > 25.3.3.

docu bug?

2018-02-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/continuous-archiving.html Description: Seems to need a persistent connection: 25.3.3.1. Making a non-exclusive low level backup ... The connection calling pg_start_backup must be

Fix links to pg_stat_replication and definition of checkpoint_warning GUC

2018-02-19 Thread Maksim Milyutin
Hello everyone! I have noticed that in documentation for PG versions before 11devel some *pg_stat_replication/* /links refer to *collected statistic views* table instead of itself definition. Fixes for version 10.2 are gathered in fix_pg_stat_replication_links_doc.patch Also I am confused