Re: Posgres Query for Foreign Key Check

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: Ankur Kaushik <ankurk(at)trimax(dot)in>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Posgres Query for Foreign Key Check
Date: 2015-03-19 09:20:57
Message-ID: CA+h6AhiLJ24C=n5juDHdKKD0dj6Yxg92b786TUSQ5NQRHZrvMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Mar 19, 2015 at 5:49 AM, Ankur Kaushik <ankurk(at)trimax(dot)in> wrote:

> Hi ,
>
>
>
> We are in Process of migration our Database from Mysql to Postgres .
>
>
>
> I want ot know How I can disable foreign key check in posgres just as in
> MySQL set session foreign_key_checks=0;
>
>
>

​Try.​

​ALTER TABLE *table_name *DISABLE TRIGGER ALL;

http://www.postgresql.org/docs/9.3/static/sql-altertable.html

---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/

> Regards
>
> Ankur
>
> DBA | Trimax Infrastructure
>
>
> Disclaimer: This e-mail may contain material that is confidential,
> privileged and product for the sole use of the intended recipient. Any
> review, reliance or distribution by others or forwarding without express
> permission is strictly prohibited. If you are not the intended recipient,
> please contact the sender or legal(at)trimax(dot)in and delete all copies.
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ruth Melendo 2015-03-19 10:30:47 How to desconfigure BDR?
Previous Message Craig Ringer 2015-03-19 01:42:18 Re: pgpool + BDR, is it possible?