[DOCS] Contradicting information on the "vacuum threshold"

2017-08-11 Thread Erwin Brandstetter
On the one hand the manual for autovacuum_analyze_threshold claims here: https://www.postgresql.org/docs/current/static/runtime-config-autovacuum.html#GUC-AUTOVACUUM-ANALYZE-THRESHOLD > Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one tab

Re: [DOCS] Improve docuemntation for cidr/inet

2017-08-11 Thread Peter Eisentraut
On 4/22/17 04:19, kes-...@yandex.ru wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/datatype-net-types.html > Description: > > >The essential difference between inet and cidr data types is that inet > accepts values

Re: [DOCS] obsolete description for rolreplication in pg_authid and pg_roles

2017-08-11 Thread Peter Eisentraut
On 3/21/17 15:00, Fujii Masao wrote: > catalog.sgml >> That is, this role can initiate streaming replication (see Section >> 26.2.5, “Streaming Replication”) and set/unset the system backup >> mode using pg_start_backup and pg_stop_backup > > The latter part of the above description for rolreplica

Re: [DOCS] pg_restore -l documentation

2017-08-11 Thread Peter Eisentraut
On 8/3/17 15:56, Jeff Janes wrote: > The docs for the -l switch in pg_restore say: > > List the contents of the archive. > > this is weird, because everywhere else we use "table of contents" to > describe this, which makes it seem like just plain 'contents' should > mean the bulk table data. > >

Re: [DOCS] The reference to 'atacontrol' on FreeBSD is outdated.

2017-08-11 Thread Peter Eisentraut
On 8/8/17 18:40, jrek...@gmail.com wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/wal-reliability.html > Description: > > Hi, > > On this page: > https://www.postgresql.org/docs/9.6/static/wal-reliability.html >