On Tuesday, August 26, 2025, Cheng Ding wrote:
> Hello docs team,
>
> I believe there’s an ambiguity in the VALUES command synopsis that can
> mislead readers into thinking LIMIT and FETCH can be used together.
>
> *…*
>
> Alternatively, add a short note right under the synopsis:
>
> Note: FETCH
Hello docs team,
I believe there’s an ambiguity in the VALUES command synopsis that can
mislead readers into thinking LIMIT and FETCH can be used together.
*What I ran*
VALUES (12, 'nectarine') LIMIT 1 FETCH FIRST 1 ROW ONLY;
*What happened*
ERROR: syntax error at or near "FETCH"
*Why I thin
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/wal-async-commit.html
Description:
within this document
https://www.postgresql.org/docs/current/wal-async-commit.html
in the paragraph that says:
"before the WAL records it generated hav
On Mon, 2025-08-25 at 09:58 +0200, Laurenz Albe wrote:
> On Thu, 2025-08-21 at 15:20 +, PG Doc comments form wrote:
> > Page: https://www.postgresql.org/docs/17/warm-standby.html
> >
> > The documentation page about Log-Shipping Standby Servers after describing
> > that there are file-based lo
On 27.08.25 04:49, PG Doc comments form wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/wal-async-commit.html
Description:
within this document
https://www.postgresql.org/docs/current/wal-async-commit.html
in the paragraph tha