Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Sql > Re: apparent RI...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 7 Topic 3383 of 3799
Post > Topic >>

Re: apparent RI bug

by sszabo@[EMAIL PROTECTED] (Stephan Szabo) Apr 3, 2008 at 10:31 AM

On Wed, 2 Apr 2008, chester c young wrote:

> it appears I have a broken RI in my db.
>
> call_individual.clh_id references call_household.clh_id
>
> \d call_individual
> ...
> Foreign-key constraints:
>     "call_individual_clh_id_fkey" FOREIGN KEY (clh_id) REFERENCES
> call_household(clh_id) ON DELETE CASCADE
>
> however:
> development=# select clh_id from call_individual cli where not exists(
> select 1 from call_household clh where clh.clh_id=cli.clh_id );
>  clh_id
> --------
>   14691
>
> should not matter, but call_individual has a pre-delete trigger that
> simply raises an exception to prevent deletions:
>         raise exception 'calls may not be deleted';

Yeah, that looks pretty broken. Can you reproduce this from a clean start
repeatedly or is this a one off? Do you ever turn off triggers, perhaps by
modifying the pg_class row's reltriggers (I'd guess the answer is no, but
it'd be good to make sure)?


-- 
Sent via pgsql-sql mailing list (pgsql-sql@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
 




 7 Posts in Topic:
apparent RI bug
chestercyoung@[EMAIL PROT  2008-04-02 10:42:36 
Re: apparent RI bug
sszabo@[EMAIL PROTECTED]   2008-04-03 10:31:19 
Re: apparent RI bug
chestercyoung@[EMAIL PROT  2008-04-03 11:13:13 
Re: apparent RI bug
sszabo@[EMAIL PROTECTED]   2008-04-03 11:33:05 
Re: apparent RI bug
chestercyoung@[EMAIL PROT  2008-04-03 13:16:42 
Re: apparent RI bug
sszabo@[EMAIL PROTECTED]   2008-04-03 13:35:15 
Re: apparent RI bug
chestercyoung@[EMAIL PROT  2008-04-03 18:53:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 21:31:20 CST 2008.