Re: vacuuming not working? - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: vacuuming not working?
Date
Msg-id 20020409154048.C21425@mail.libertyrms.com
Whole thread Raw
In response to Re: vacuuming not working?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: vacuuming not working?
List pgsql-general
On Mon, Apr 08, 2002 at 05:35:58PM -0400, Tom Lane wrote:
> "David Esposito" <dvesposito@newnetco.com> writes:

> > if so, is there anything that i can do about it ... (yes, i
> > suppose i need to figure out why the JDBC connections have transactions
> > started before they're actually needed) ...
>
> Darn if I know.  You might try asking pgsql-jdbc list.

I _believe_ this is a feature of the autocommit=off setting.  I think
you can turn autocommit on and start and end your transactions
yourself.  Check the docs, though -- I've been shown to have faulty
memory.

A

--
----
Andrew Sullivan                               87 Mowat Avenue
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110


pgsql-general by date:

Previous
From: "Johann Zuschlag"
Date:
Subject: Doc error? was: Why does this not work? (keyword 'TEXT')
Next
From: Tom Lane
Date:
Subject: Re: Hash Join vs Nested Loops in 7.2.1 ...