vacuum with perl dbi / pg 7.1.3

Поиск
Список
Период
Сортировка
От Aaron Couts
Тема vacuum with perl dbi / pg 7.1.3
Дата
Msg-id slrna8fv6o.off.spam@rincon.couts.org
обсуждение исходный текст
Список pgsql-general
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.

Thanks,
Aaron

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

В списке pgsql-general по дате отправления:

Предыдущее
От: e_arizon_benito@yahoo.com (Enrique Arizón Benito)
Дата:
Сообщение: Modifying text data?
Следующее
От: "Marin Dimitrov"
Дата:
Сообщение: Re: Stored procedure in PostgreSQL