I am trying to use the South command "migrate" to load fixtures. At an app it gives the following error : ".....................

db.execute("""alter table campaigns_keyword_component_sentiments disable trigger all""") . . .

django.db.utils.DatabaseError: permission denied: "RI_ConstraintTrigger_19485" is a system trigger" (This is a part of the error)

I am using Ubuntu 11.04, postgres 8.4.8, python 2.7, djnago 1.2.4. Help would be appreciated.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.