From 5c1dc0280e50e7b72a42172ab57f55316eecf9c9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 Mar 2002 15:55:58 +0000 Subject: [PATCH] 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 --- doc/src/sgml/sql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0