Hi Richard -- What you've described is documented behavior for PostgreSQL (try googling for "commands ignored until end of transaction block") -- Postgres does not alow *any* commands in a transaction after a database error; you have to commit or rollback first.
Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
