https://bugzilla.wikimedia.org/show_bug.cgi?id=21549

           Summary: Make constraints DEFERRABLE in postgresql
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
            Blocks: 21548


Created an attachment (id=6794)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6794)
Make all constraints deferrable

In order to be able to load a mediawiki dump with mwdumper in PostgreSQL
without needing to be the super-user, all constraints must be deferrable in
order to delay their application until the end of the transaction (cf. Bug
21548).

I attached a patch.


-- 
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

Reply via email to