Re: Execute vacuum

From: Carmen Gloria Sepulveda Dedes <csepulveda(at)atichile(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Execute vacuum
Date: 2003-11-21 21:20:24
Message-ID: 3FBE8198.AAC4631A@atichile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Alvaro Herrera Munoz wrote:
> I think Michael said last week you could use ecpg -t to use VACUUM
> with ecpg. Not sure what other effects it has though.

I tried with this, but it did not work.

Error:
....
sql error PerformPortalFetch: portal "dyncursor" not found
id: 0 nombre: fecha:
sql error PerformPortalFetch: portal "dyncursor" not found
id: 0 nombre: fecha:
sql error PerformPortalFetch: portal "dyncursor" not found
id: 0 nombre: fecha:
..... loop!!!

The statement "exec sql vacuum ... "
is after of "exec sql close <cursor>"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-11-21 21:21:50 Re: Where is Postgesql ? - MYSQL SURPRISES WITH MAXDB /
Previous Message Jan Wieck 2003-11-21 21:12:44 Re: Concurrent testing PostgreSQL Vs MySQL