ahmed soua escribió:
> Hi everybody,
> 
> When I was working with Postgis , I had the following error:
> *failed: ERREUR:  VACUUM ne peut pas être exécuté à partir d'une fonction ou
> d'une chaîne
> contenant plusieurs commandes* (   VACUUM cannot be executed from a function
> or from a chain containing several commands)
> *Error occurred, cleaning up.
> *I had disabled the parameter autocavcum in the file* postgresql.conf* but i
> still have the same error.

The error did not come from autovacuum, so by disabling it you have not
fixed anything.  I suggest you turn it back on (unless you have a good
plan for vacuuming), and fix your application code instead.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to