Re: max_wal_size

2020-05-27 Thread Andreas Kretschmer
Am 27.05.20 um 12:11 schrieb Pavel Luzanov: Hello, About parameter max_wal_size the documentation says: "Maximum size to let the WAL grow to between automatic WAL checkpoints." Is it correct? The size betw

Re: documentation for WITH RECURSIVE

2019-11-19 Thread Andreas Kretschmer
Am 18.11.19 um 20:12 schrieb Andreas Kretschmer: Am 18.11.19 um 18:32 schrieb Tom Lane: Andreas Kretschmer writes: One of our customers had problems with the syntax of WITH RECURSIVE. He suggested that the documentation should be improved, maybe with this sentence: "If any of the CT

Re: documentation for WITH RECURSIVE

2019-11-18 Thread Andreas Kretschmer
Am 18.11.19 um 18:32 schrieb Tom Lane: Andreas Kretschmer writes: One of our customers had problems with the syntax of WITH RECURSIVE. He suggested that the documentation should be improved, maybe with this sentence: "If any of the CTEs is recursive, the recursive keywork must be pr

documentation for WITH RECURSIVE

2019-11-18 Thread Andreas Kretschmer
Hi, One of our customers had problems with the syntax of WITH RECURSIVE. He suggested that the documentation should be improved, maybe with this sentence: "If any of the CTEs is recursive, the recursive keywork must be present after with", so to make sure that it does not refer to just one o