Re: Undocumented count in FORWARD/BACKWARD direction of MOVE statement

2024-07-22 Thread Philipp Salvisberg
> On 22 Jul 2024, at 18:24, Tom Lane wrote: > > PG Doc comments form writes: >> The following documentation comment has been logged on the website: >> Page: https://www.postgresql.org/docs/16/plpgsql-cursors.html >> Description: > >> The documentation shows this example for the MOVE statement

Re: Undocumented count in FORWARD/BACKWARD direction of MOVE statement

2024-07-22 Thread Tom Lane
PG Doc comments form writes: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/16/plpgsql-cursors.html > Description: > The documentation shows this example for the MOVE statement: > MOVE FORWARD 2 FROM curs4; > According to the docs,

Undocumented count in FORWARD/BACKWARD direction of MOVE statement

2024-07-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/plpgsql-cursors.html Description: The documentation shows this example for the MOVE statement: MOVE FORWARD 2 FROM curs4; According to the docs, this should not work. The count is docume