Re: UNION does not append

2025-10-17 Thread David G. Johnston
On Tuesday, October 7, 2025, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/18/queries-union.html > Description: > > I'm very confused about this statement in the documentation of UNION: > "UNION > effect

Re: UNION does not append

2025-10-08 Thread Laurenz Albe
On Tue, 2025-10-07 at 22:27 +, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/18/queries-union.html > > I'm very confused about this statement in the documentation of UNION: "UNION > effectively appends the result of query2 to the result of query1". > Because, if I append