Re: vacuum with perl dbi / pg 7.1.3 - Mailing list pgsql-general

From Aaron Couts
Subject Re: vacuum with perl dbi / pg 7.1.3
Date
Msg-id slrna8hm70.v8b.spam@rincon.couts.org
Whole thread Raw
In response to vacuum with perl dbi / pg 7.1.3  (Aaron Couts <spam@couts.org>)
List pgsql-general
In article <slrna8fv6o.off.spam@rincon.couts.org>, Aaron Couts wrote:
> Does anyone know how to perform a vacuum command using Perl DBI and PostgreSQL
> 7.1.3?  I've tried various ways of doing it, but I always get "DBD::Pg::db do
> failed: ERROR:  VACUUM cannot run inside a BEGIN/END block."  My program isn't
> using BEGIN/END blocks, so I assume there's a Perl or DBI/DBD::Pg internal
> detail that I'm not aware of.

Autocommit must be ON.

--
To contact me via email, substitute
'aaron' for 'spam' in my address.

pgsql-general by date:

Previous
From: Marcelo Pereira
Date:
Subject: Last Insert
Next
From: Frank_Lupo Frank_Lupo
Date:
Subject: super question???