Insert Ignore or something similar...

From: "Cristian Prieto" <cristian(at)clickdiario(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Insert Ignore or something similar...
Date: 2005-09-05 22:20:11
Message-ID: 015e01c5b267$fcab7d80$6500a8c0@gt.ClickDiario.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Klint Gore 2005-09-05 23:26:39 Re: Debug plpgSQL stored procedures
Previous Message Keary Suska 2005-09-05 22:04:16 Bug or ?