Re: On insert duplicate row, return existing key

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Nick <nboutelier(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: On insert duplicate row, return existing key
Date: 2010-08-05 08:40:26
Message-ID: 4C5A78FA.9020908@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/08/10 06:03, Nick wrote:
> Anyone? Please

It's probably going to be a lot easier to do this with a stored
procedure. I don't rate your chances of making it work with a rule.
Rules work more like a macro system, and I'm not sure they can be
convinced to do what you're trying to do.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message =?EUC-KR?B?s+vH9ryu?= 2010-08-05 08:52:44 how can we resolving locking state....
Previous Message 백승엽 2010-08-05 07:14:39 could you tell me this..?