Re: Need to check disabled constraints

From: Sohel Tamboli <sohel(dot)tamboli0016(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Need to check disabled constraints
Date: 2018-01-29 07:19:58
Message-ID: CAAbZosBmhPDPmXyoQ-XRsoKL9Sgf8L3XrnrJOX7epTivEus6VQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

Any updates?
Also I need to disable all FK in schema/database for database migration.
How can I achieve that?

Thanks,
Sohel

On 25-Jan-2018 12:57 pm, "Sohel Tamboli" <sohel(dot)tamboli0016(at)gmail(dot)com>
wrote:

> Hi,
>
> Can anyone please let me know how I can check disabled constraints in
> postgresql 9.1 database.
> I know that ALTER TABLE tablename DISABLE TRIGGER ALL; can disable foriegn
> constraints, but how I can check if it is really disabled. Similarly I need
> to check if constraint is enable.
>
> In oracle we have option to check status of constraint in user_constraints
> table but do we have same in postgresql as well?
>
> Appreciate your response.
>
> Thanks.
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Siro Mateos De La Rosa 2018-01-29 10:06:14 Disable animations
Previous Message Bruce Momjian 2018-01-29 03:35:49 Re: [ADMIN] standby upgrade questions