compare 2 tables in sql - Mailing list pgsql-sql

From Tena Sakai
Subject compare 2 tables in sql
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F138@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: compare 2 tables in sql  (Volkan YAZICI <yazicivo@ttmail.com>)
Re: compare 2 tables in sql  ("Dean Gibson (DB Administrator)" <postgresql@ultimeth.com>)
Re: compare 2 tables in sql  ("Jonah H. Harris" <jonah.harris@gmail.com>)
List pgsql-sql
<p><font size="2">Hi Everybody,<br /><br /> Is there a sql way to compare (in a diff/cmp sense)<br /> 2 tables?  For
example,<br/><br />   create table foo as<br />   [select bla bla bla];<br /><br />   create table moo as<br />  
[selectbla bla bla];<br /><br /> How would I go about knowing foo and moo are identical<br /> (or not)?  Any pointer
wouldbe appreciated.<br /><br /> Tena<br /></font> 

pgsql-sql by date:

Previous
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Create on insert a unique random number
Next
From: Volkan YAZICI
Date:
Subject: Re: compare 2 tables in sql