Yes, I've read the transaction docs and the other user group queries
on Django users. I'm trying to search for the query list so I can roll
it back and see what the problem is. Thing is though, I can't seem to
access that list.

My app worked fine on the dev server, now on the prod server I've
installed postgres and I get the error whenever the app goes to the db
for anything ...

1) /var/log/pgsql is empty...

2) from django.db.connection import queries   ... I took this from
the .95 docs. But there isn't any django/db/connection module. Hmm ...
maybe for a different db ? I was hoping that it would output to the
error response traceback. No luck.

3) from django.db import connection
    connection.queries
    []
    ... empty ?????

4) I did some transaction.rollback() as well, I can't find the details
now. Anyway it didn't work ...

wtf ?

CentOS / Postgres 7.4.16

THanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to