create foreign key without checking - Mailing list pgsql-admin

From Ewald Geschwinde
Subject create foreign key without checking
Date
Msg-id cf42ed390710250415x7983bbceg79b5ea7df9f31c99@mail.gmail.com
Whole thread Raw
List 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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: l need help
Next
From: Adam Radlowski
Date:
Subject: sending data with COPY SQL command, libpq and structure of SELECT resulting buffer