<p>I was importing a database and acidently duplicated all my triggers. I was searching for a way to delete the duplicatedtriggers and found the table pg_trigger. I tought that if I deleted all the records in that table, I could recreatethe triggers. So I executed the command DELETE FROM pg_trigger.<p>After that, everytime I try to enter my database,postgres gives me that error message: FATAL 1: RelationBuildTriggers: 1 record(s) not found for rel pg_shadow.<p>Afterthat I can´t enter the database anymore. I discovered that I deleted one row of pg_trigger that referencespg_shadow, but I can´t enter the database to recreate the trigger I deleted. Anyone know a way of recreating thistrigger without entering the database? (maybe copying from another place).<p>Thanks.
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера