Re: No explanation of other options

2023-10-17 Thread jian he
On Tue, Oct 17, 2023 at 7:00 PM PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/sql-move.html > Description: > > A few more examples with the other options would be helpful. > > MOVE LAST for example s

Re: SP-GiST confusing introductory paragraph

2023-10-17 Thread Alex Matchneer
I realized later that "these data structures" was referring to "non-balanced data structures, such as quad-trees, k-d trees, and radix trees (tries)" from the previous paragraph, and not SP-GiST, which isn't a data structure per se. I feel a bit silly about this confusion and am not sure others wou

No explanation of other options

2023-10-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/sql-move.html Description: A few more examples with the other options would be helpful. MOVE LAST for example shows NULL, What does MOVE ALL do?