mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix for docs from Patrick Welche:
! DIFFERENCE (− or ∖): builds the set difference of two tables. Let <classname>R</classname> and <classname>S</classname> again be two tables with the same arity. <classname>R</classname> - <classname>S</classname> --- 488,494 ---- <listitem> <para> ! EXCEPT (− or ∖): builds the set difference of
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.24 2001/10/23 16:42:36 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.25 2002/03/15 15:55:58 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sql">
|
||||
@ -488,7 +488,7 @@ attributes are taken from. We often write a relation scheme as
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
DIFFERENCE (− or ∖): builds the set difference of
|
||||
EXCEPT (− or ∖): builds the set difference of
|
||||
two tables. Let <classname>R</classname> and <classname>S</classname>
|
||||
again be two tables with the same
|
||||
arity. <classname>R</classname> - <classname>S</classname>
|
||||
|
Reference in New Issue
Block a user