Re: [Ticket Rejected] Random ProgrammingErrors when using PostgreSQL

2006-11-05 Thread Ivan Sagalaev
orestis wrote: > ProgrammingError: ERROR: current transaction is aborted, commands > ignored until end of transaction block > > SET TIME ZONE 'Europe/Athens' > }}} > > I have tried issuing the statement SET TIME ZONE 'Europe/Athens' using > psql and it runs fine. So, it seems that the problem i

[Ticket Rejected] Random ProgrammingErrors when using PostgreSQL

2006-11-05 Thread orestis
I got this ticket rejected from Akismet: This is not related to #852, as the errors are thrown when running the application normally, not the shell. The errors I get are: {{{ File "/usr/lib/python2.4/site-packages/django/db/models/base.py", line 166, in save cursor = connection.cursor()