Triggers when importing data - Mailing list pgsql-general

From Sathish Kumar
Subject Triggers when importing data
Date
Msg-id CANa_DOhHkGr6HTgYXy5Qq7K1gbVS_c_id_J-BbYFHHNFFhAQag@mail.gmail.com
Whole thread Raw
Responses Re: Triggers when importing data
Re: Triggers when importing data
List pgsql-general
Hi, 
I am trying to export and import sql file of a database. I would like to know whether it will execute all the triggers when importing the sql dump which is for Insert or Update or Delete.
Export:pg_dump -h test -U db_admin --format=plain --no-owner --no-acl production     | sed -E 's/(DROP|CREATE|COMMENT ON) EXTENSION/-- \1 EXTENSION/g' > test.sql
Import: psql -h test -U db_admin -d production -W < test.sql

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: The age() of a column?
Next
From: Laurenz Albe
Date:
Subject: Re: Triggers when importing data