Bug #867: CLUSTER does not rebuild referential integrity triggers

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #867: CLUSTER does not rebuild referential integrity triggers
Date: 2003-01-08 20:21:25
Message-ID: 20030108202125.08647475FFE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Boris Folgmann (boris(at)folgmann(dot)de) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
CLUSTER does not rebuild referential integrity triggers

Long Description
I've got the following behaviour using pgsql 7.2.2 on Linux:

When clustering a table with CLUSTER I get
NOTICE: DROP TABLE implicitly drops referential integrity trigger from table .... for every RI_ConstraintTrigger. The bad thing is that the Trigger is not being reconstructed when the CLUSTER is finished.

Sample Code
\d table_with_ri_triggers
cluster some_index on table_with_ri_triggers
\d table_with_ri_triggers

-> see that ri_triggers are vanished.

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rod Taylor 2003-01-08 21:28:56 Re: Bug #867: CLUSTER does not rebuild referential
Previous Message Tom Lane 2003-01-08 19:44:10 Re: Bug #866: Cursor scrolling broken in 7.3.1 (works in 7.2.1)