From: | "Thomas F(dot) O'Connell" <tfo(at)sitening(dot)com> |
---|---|
To: | Cristian Prieto <cristian(at)clickdiario(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Insert Ignore or something similar... |
Date: | 2005-09-06 03:35:49 |
Message-ID: | B5B2C087-79A5-4594-9754-28999F2350B8@sitening.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I don't think any such behavior exists in PostgreSQL, and based on a
reading of the behavior in MySQL, I can't imagine it ever existing
considering the preference of PostgreSQL developers for correct (and
sane) behavior. INSERT IGNORE seems like a foot-cannon...
--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
Strategic Open Source: Open Your i™
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-469-5150
615-469-5151 (fax)
On Sep 5, 2005, at 5:20 PM, Cristian Prieto wrote:
> Hello everybody,
>
> I've just wondered if there are any way to implement an INSERT
> IGNORE in PostgreSQL, I know, I could catch an exception in PL/
> pgSQL and just handle it in the right way, but I would need to
> write a SP for the task. I've been lookin into the documentation
> and I found no similar INSERT IGNORE.
>
> Thanks a lot!
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-09-06 03:51:42 | Re: Insert Ignore or something similar... |
Previous Message | Leonard Soetedjo | 2005-09-06 02:39:44 | PostgreSQL local replication |