Re: postgres 8.2.9 can't drop database in single user mode

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Maria(dot)L(dot)Wilson-1(at)nasa(dot)gov
Cc: "Wilson, Maria Louise (LARC-E301)[SCIENCE SYSTEMS APPLICATIONS]" <m(dot)l(dot)wilson(at)nasa(dot)gov>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: postgres 8.2.9 can't drop database in single user mode
Date: 2009-04-22 14:37:03
Message-ID: 2439.1240411023@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Maria L. Wilson" <Maria(dot)L(dot)Wilson-1(at)nasa(dot)gov> writes:
> yes - how do i get rid of these??

Either COMMIT PREPARED or ROLLBACK PREPARED, depending on whether
you think you want those old transactions to take effect or not.
(Personally I'd go for ROLLBACK --- if you did not even know those
transactions were open, you probably don't want them.)

Does anyone remember whether uncommitted prepared transactions
block vacuum cleanup in 8.2.x? These things might explain Maria's
original problem, too.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2009-04-22 14:59:57 Re: postgres 8.2.9 can't drop database in single user mode
Previous Message Maria L. Wilson 2009-04-22 11:44:21 Re: postgres 8.2.9 can't drop database in single user mode