Re: Re: REPLACE INTO table a la mySQL

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: REPLACE INTO table a la mySQL
Date: 2001-06-06 15:06:39
Message-ID: 200106061506.f56F6dV01843@jupiter.us.greatbridge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw wrote:
> [...]
> REPLACE into table set xx=yy, ww = zz where ID = fubar;
>
> A MUCH better solution!

Please solve the trigger problem at least theoretical before
claiming that mySQL is that MUCH better. And please don't
solve it by ripping out trigger support :-)

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-06 15:08:38 Re: psql bug or feature?
Previous Message Peter Eisentraut 2001-06-06 15:00:54 Re: Can the backend return more than one error message per PQexec?