Re: Manual trigger removal [WAS] Flushing Postgres Function Cache

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Raf <rafiq(at)joshua(dot)dreamthought(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Manual trigger removal [WAS] Flushing Postgres Function Cache
Date: 2007-05-17 14:11:07
Message-ID: 23514.1179411067@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Raf <rafiq(at)joshua(dot)dreamthought(dot)com> writes:
> On Thu, 17 May 2007, Tom Lane wrote:
>> You should probably have set it to 3 not 0; what you did has disabled
>> *all* the triggers on that table. Is that really what you want?

> Even though there were 0 rows associated with the table's oid in
> pg_depend and pg_triggers ?

Oh, OK, you want zero then. I had misread it to indicate that only one
of four triggers had gone missing.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Raf 2007-05-17 14:29:37 Re: Manual trigger removal [WAS] Flushing Postgres Function Cache
Previous Message Raf 2007-05-17 13:54:40 Re: Manual trigger removal [WAS] Flushing Postgres Function Cache