Re: ERROR: VACUUM cannot be executed from a function or multi-command string

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Mario Alberto Soto Cordones <marioa(dot)soto(dot)cordones(at)gmail(dot)com>
Cc: Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>, pgsql-es-ayuda-owner(at)postgresql(dot)org
Subject: Re: ERROR: VACUUM cannot be executed from a function or multi-command string
Date: 2013-04-28 03:12:28
Message-ID: CAJKUy5hcxKmKUJE0SqEWspYKMyh6hnza6WJsy7LeD803tXEDAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Sat, Apr 27, 2013 at 1:10 PM, Mario Alberto Soto Cordones
<marioa(dot)soto(dot)cordones(at)gmail(dot)com> wrote:
>
>
> La ejecuto de la siguiente forma:
>
> select * from vacuum_respalda_msj(2);
>
> y me da el siguiente error:
>
> -- Executing query:
>
> select * from vacuum_respalda_msj(2);
>
> ERROR: VACUUM cannot be executed from a function or multi-command string
> SQL state: 25001
> Context: SQL statement "VACUUM (ANALYZE) mensaje_ms_20130425 ;"
> PL/pgSQL function "vacuum_respalda_msj" line 9 at EXECUTE statement
>
>
> …he tratado de corregirla , pero me sigue dando el mismo error. Alguien me
> podría dar una mano
>

y te seguira dando... el mensaje claramente dice que NO puedes
ejecutar VACUUM dentro de una función, deja de intentarlo

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157

-
Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda(at)postgresql(dot)org)
Para cambiar tu suscripción:
http://www.postgresql.org/mailpref/pgsql-es-ayuda

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2013-04-28 03:15:50 Re: Vacuum a una tablas
Previous Message Mario Alberto Soto Cordones 2013-04-27 18:10:59 ERROR: VACUUM cannot be executed from a function or multi-command string