Disabling constraint check - Mailing list pgsql-sql

From Salomao Domingos
Subject Disabling constraint check
Date
Msg-id CA+EvMhv7Tnq-G-hJC3xryMppLCVYCYvfn=f7rtnwj3fcofAKoQ@mail.gmail.com
Whole thread Raw
Responses Re: Disabling constraint check
List pgsql-sql
Hi,

I'm need to import data to PostgreSQL via csv file. The database in
question is very problematic and I have that import those data without
checking it. How can I to do that? I know that I can to disable FKs
through "ALTER TABLE table_name DISABLE TRIGGERS ALL", however how can
I disabling CHECK CONSTRAINT too?

--       * Salomão Domingos     * * Analista de Suporte   * * * Linux Professional Institute Certificate 2 - LPIC2 * *
** e-mail comercial: salomaodomingos@f13.com.br 
* * * * * MSN             : salomaodomingos@hotmail.com



pgsql-sql by date:

Previous
From: Craig Ringer
Date:
Subject: Re: ORDER BY COLUMN_A, (COLUMN_B or COLUMN_C), COLUMN_D
Next
From: "Oliveiros d'Azevedo Cristina"
Date:
Subject: Re: Disabling constraint check