Recognize the creating of duplicate row from trigger

Поиск
Список
Период
Сортировка
От dipti shah
Тема Recognize the creating of duplicate row from trigger
Дата
Msg-id v2zd5b05a951004200404sa769a7eaq4ad548d73680481d@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Culturally aware initcap
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Culturally aware initcap