tubles matching

From: salah jubeh <s_jubeh(at)yahoo(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: tubles matching
Date: 2011-09-28 11:19:33
Message-ID: 1317208773.73806.YahooMailNeo@web161506.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have two views both contain  identical column names , order and types except the primary keys. I want to match these two views - return the pk pair  of the rows which match from these views - by comparing all the column values. I want to write a pgplsql function to do this Job by iterating through all the coloumns and compare the values. 

Is there another way to do that ?

Thanks in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2011-09-28 12:20:56 Re: tubles matching
Previous Message Adarsh Sharma 2011-09-28 08:31:55 Re: Download States and Capitals Database