Insert Ignore or something similar... - Mailing list pgsql-general

From Cristian Prieto
Subject Insert Ignore or something similar...
Date
Msg-id 015e01c5b267$fcab7d80$6500a8c0@gt.ClickDiario.local
Whole thread Raw
Responses Re: Insert Ignore or something similar...
List 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!

pgsql-general by date:

Previous
From: Keary Suska
Date:
Subject: Bug or ?
Next
From: Klint Gore
Date:
Subject: Re: Debug plpgSQL stored procedures