Re: disable triggers using psql

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: disable triggers using psql
Date: 2011-02-16 15:04:51
Message-ID: 20110216150451.GP96213@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2011-02-16 15:05:12 Re: finding bogus UTF-8
Previous Message Geoffrey Myers 2011-02-16 14:50:39 disable triggers using psql