Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lane Van Ingen" <lvaningen(at)esncc(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re:
Date: 2005-12-23 16:28:59
Message-ID: 20407.1135355339@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Lane Van Ingen" <lvaningen(at)esncc(dot)com> writes:
> Can anyone advise how to do this? I want to be able to fire off a VACUUM
> <tbl>
> command at my request.

You can't issue the VACUUM from inside a function, period. It has to be
done from the client end, because it can't run inside a transaction.

regards, tom lane

In response to

  • at 2005-12-23 16:05:07 from Lane Van Ingen

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-12-23 18:59:56 Re: 2 Questions
Previous Message Sean Davis 2005-12-23 16:19:43 Re: