From: | Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: doc fix |
Date: | 2002-02-11 17:15:03 |
Message-ID: | 20020211171503.L7581@quartz.newn.cam.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Mon, Feb 11, 2002 at 11:43:45AM -0500, Tom Lane wrote:
> Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> > I think this is right..
>
> I think not. The section in question is defining the mathematical
> terms of set theory, not their representation in SQL.
>
> (BTW, is this file even still used? Right offhand I can't see it
> anywhere in the 7.2 documentation set.)
I have no idea, I just grep -i intersect * in doc/src/sgml and sql.sgml
seemed to have the right sort of list in it, just that whereas UNION
and INTERSECT have direct correspondence to SQL, DIFFERENCE <-> EXCEPT,
so it just looked wrong to me. So, please ignore..
Cheers,
Patrick
From | Date | Subject | |
---|---|---|---|
Next Message | Russell Black | 2002-02-11 18:17:15 | Re: JDBC |
Previous Message | Patrick Welche | 2002-02-11 17:12:01 | Re: doc fix |