Wierd error message

From: Alex Turner <armtuk(at)gmail(dot)com>
To: PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Wierd error message
Date: 2005-03-15 12:32:43
Message-ID: 33c6269f0503150432674393db@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm working with mod_python and pygresql (although I get virtualy the
same error with psycopg too)

Anyone know what the following error actualy means:

Exception pg.InternalError: 'Connection already closed' in > ignored

Does it mean the obvious: Some code tries to access a connection
object that was already closed? but why the "in > ignored" then?

Thanks,

Alex Turner
netEconomist

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco Colombo 2005-03-15 12:40:23 Re: plpython function problem workaround
Previous Message Mark Rae 2005-03-15 12:26:22 Re: prelimiary performance comparison pgsql vs mysql