Recognize the creating of duplicate row from trigger - Mailing list pgsql-general

From dipti shah
Subject Recognize the creating of duplicate row from trigger
Date
Msg-id v2zd5b05a951004200404sa769a7eaq4ad548d73680481d@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi,
 
I have created a trigger which updates the correspondign LogTable for PrimaryTable. If the insert to LogTable would create a duplicate row then the trigger should take no action and should return. Could you tell me how could I achieve this? I have all columns as a primary key in LogTable. It is intentional but I don't want my trigger to fail if tried to insert duplicate row and rollback the transaction. It should not take any action(should not insert duplication row) and returns when duplicate row is recognized.
 
Thanks,
Dipti

pgsql-general by date:

Previous
From: Peter Geoghegan
Date:
Subject: Culturally aware initcap
Next
From: Peter Geoghegan
Date:
Subject: Re: Culturally aware initcap