UNION docs

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: docs(at)postgresql(dot)org (PostgreSQL-documentation)
Subject: UNION docs
Date: 1999-03-19 02:21:03
Message-ID: 199903190221.VAA13530@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I't unnI don't understand this:

The UNION operator specifies a table derived from a Cartesian product.
The two tables that represent the direct operands of the UNION must
have the same number of columns, and corresponding columns must be
of compatible data types.</para>

Why do you call it a cartesian product. I thought a cartesian product
was tableA x tableB, while UNION is really tableA + tableB, right?

If I am right, can you change the docs? I will leave it as is. Thanks.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 1999-03-19 02:21:41 EXCEPT/INTERSECT
Previous Message Bruce Momjian 1999-03-18 15:59:53 Re: [DOCS] large objects