Re: Database handle destroyed without explicit disconnect

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sue Lane" <suel(at)dpn(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database handle destroyed without explicit disconnect
Date: 2001-08-07 15:47:24
Message-ID: 4770.997199244@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Sue Lane" <suel(at)dpn(dot)com> writes:
> Well, that's the version of psql that I have, but these commands used to
> work before. I've tried more than just the single letter backslash
> commands....for example I tried:
> select * from pg_database
> and still got a core dump.

That's pretty odd. Can you provide a backtrace (eg, gdb "bt" command)
from the core file?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Berger 2001-08-07 15:50:08 Re: int8 indices?
Previous Message Tom Lane 2001-08-07 15:45:14 Re: Transactions and timestamps