create foreign key without checking

From: "Ewald Geschwinde" <egeschwinde(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: create foreign key without checking
Date: 2007-10-25 11:15:43
Message-ID: cf42ed390710250415x7983bbceg79b5ea7df9f31c99@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Is there a way to make inserts int the systemtables to create a foreign key
without checks

I have archive tables to put in the database - and then data will be
inserted afterwards to that table
I want to switch off foreign keys for the import and activate them after the
import but without checking

The data matches the foreign keys which I import

Is this possible?

--
Ewald Geschwinde

Browse pgsql-admin by date

  From Date Subject
Next Message Adam Radlowski 2007-10-25 12:09:28 sending data with COPY SQL command, libpq and structure of SELECT resulting buffer
Previous Message Vishal Arora 2007-10-25 07:37:12 Postgres SQL Client for Suse Linux