Re: Updateing pg_trigger and pg_constraint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Servin <cservin(at)cromagnon(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Updateing pg_trigger and pg_constraint
Date: 2005-08-17 20:40:18
Message-ID: 7767.1124311218@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Craig Servin <cservin(at)cromagnon(dot)com> writes:
> I am trying to make some foreign keys deferrable and initially deferred.
> These foreign key constraints already exist so I was going to change them by
> updating pg_trigger and pg_constraint.
> However the changes do not seem to take affect. Is there something I need to
> do to get PostgreSQL to recognize that I have tweaked it's tables?

Try starting a fresh backend session. Manual hacking of those tables
isn't going to cause a relcache reload ...

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Craig Servin 2005-08-17 21:40:41 Re: Updateing pg_trigger and pg_constraint
Previous Message Alvaro Herrera 2005-08-17 18:59:37 Re: vacuumdb -a -f