https://bugzilla.wikimedia.org/show_bug.cgi?id=16487
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |384 --- Comment #3 from Tim Starling <[email protected]> 2009-01-09 04:43:34 UTC --- It's a nasty hack implemented in order to make foreign key constraints work in a schema that wasn't designed for them. -- Create a dummy user to satisfy fk contraints especially with revisions INSERT INTO mwuser VALUES (DEFAULT,'Anonymous','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,now(),now()); I would suggest removing the foreign key constraints from the PG schema, which are more trouble than they're worth. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
