disable triggers using psql - Mailing list pgsql-general

From Geoffrey Myers
Subject disable triggers using psql
Date
Msg-id 4D5BE43F.5020108@serioustechnology.com
Whole thread Raw
Responses Re: disable triggers using psql  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: disable triggers using psql  ("David Johnston" <polobo@yahoo.com>)
List pgsql-general
So, we have a text dump that we used to clean up our data, now we need
to reload it into the new database.  Problem is, we have some data
integrity issues that cause records to fail to load.  Before we ran into
the data conversion issue we were using 'pg_restore disable_triggers' to
get around the data integrity issue.

Is there a way to resolve this issue with the psql loading approach?

--
Until later, Geoffrey

"I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them."
- Thomas Jefferson

pgsql-general by date:

Previous
From: Aljoša Mohorović
Date:
Subject: server setup/testing performance
Next
From: Andrew Sullivan
Date:
Subject: Re: disable triggers using psql