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 20:53:50
Message-ID: 3FBE7B5E.836AAC2F@atichile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I think you need to enable or disable autocommit somehow.
> Or if ECPG has some function to execute the vacuum without begin/commit.
> I'm not familiar with ECPG, so i don't have any other ideas...

I set autocommit to on and off, but did not work.

I'm looking for Vacuum and ECPG in the documentation, but I don't find
anything.

I know in ECPG only I can execute sql statement with EXEC SQL ... it's
correct?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-11-21 21:00:18 Re: Where is Postgesql ? - MYSQL SURPRISES WITH MAXDB /
Previous Message Ben 2003-11-21 20:47:45 Re: Foreign Keys