Re: disable triggers using psql - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: disable triggers using psql
Date
Msg-id 20110216150451.GP96213@shinkuro.com
Whole thread Raw
In response to disable triggers using psql  (Geoffrey Myers <lists@serioustechnology.com>)
List pgsql-general
On Wed, Feb 16, 2011 at 09:50:39AM -0500, Geoffrey Myers wrote:
> Is there a way to resolve this issue with the psql loading approach?

You can just disable or, depending on your version of Postgres, drop
the triggers at the start of the load, load everything up, and then
add them again.

A

--
Andrew Sullivan
ajs@crankycanuck.ca

pgsql-general by date:

Previous
From: Geoffrey Myers
Date:
Subject: disable triggers using psql
Next
From: "David Johnston"
Date:
Subject: Re: disable triggers using psql