Re: Ambiguity in VALUES synopsis: LIMIT vs FETCH

2025-08-27 Thread David G. Johnston
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

Ambiguity in VALUES synopsis: LIMIT vs FETCH

2025-08-27 Thread Cheng Ding
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

Small typo in doc

2025-08-27 Thread PG Doc comments form
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

Re: Inaccurate statement about log shipping replication mode

2025-08-27 Thread Laurenz Albe
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

Re: Small typo in doc

2025-08-27 Thread Peter Eisentraut
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