From: Bruce Momjian Date: Fri, 15 Mar 2002 15:55:58 +0000 (+0000) Subject: Fix for docs from Patrick Welche: X-Git-Tag: REL7_3~1893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c1dc0280e50e7b72a42172ab57f55316eecf9c9;p=postgresql Fix for docs from Patrick Welche: ! DIFFERENCE (− or ∖): builds the set difference of two tables. Let R and S again be two tables with the same arity. R - S --- 488,494 ---- ! EXCEPT (− or ∖): builds the set difference of --- diff --git a/doc/src/sgml/sql.sgml b/doc/src/sgml/sql.sgml index df2546fa08..d5fece28db 100644 --- a/doc/src/sgml/sql.sgml +++ b/doc/src/sgml/sql.sgml @@ -1,5 +1,5 @@ @@ -488,7 +488,7 @@ attributes are taken from. We often write a relation scheme as - DIFFERENCE (− or ∖): builds the set difference of + EXCEPT (− or ∖): builds the set difference of two tables. Let R and S again be two tables with the same arity. R - S