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
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
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.
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