pg_restore with --disable-triggers

From: ow <oneway_111(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_restore with --disable-triggers
Date: 2003-11-29 11:06:01
Message-ID: 20031129110601.34734.qmail@web21402.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

pg 7.4.0

Hi,

From the server log:
Nov 28 16:31:02 srv postgres[2484]: [1076-7] ^I-- Disable triggers
Nov 28 16:31:02 srv postgres[2484]: [1076-8] ^IUPDATE pg_catalog.pg_class SET
reltriggers = 0 WHERE oid = 'test'::pg_catalog.regclass;

If table with the name "test" exists in several schemas, wouldn't the above
update disable triggers on table "test" in ALL schemas? Wwouldn't it also
affect "test" table in the schema that is NOT being restored in a bad way?

Thanks

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2003-11-29 12:09:41 Re: gettimeofday() goes backwards on FreeBSD 4.9
Previous Message Peter Eisentraut 2003-11-29 09:59:54 Re: cvs head configure broken for --with-krb5 on RH9