Re: vacuumdb can't be canceled

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kenji Sugita <sugita(at)srapc1327(dot)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: vacuumdb can't be canceled
Date: 2003-07-21 19:19:58
Message-ID: 200307211919.h6LJJwx04797@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Sorry, my testing was on CVS version of PostgreSQL.

---------------------------------------------------------------------------

Kenji Sugita wrote:
> Vacuumdb command can't be canceled by Control-C and VACUUM is still running.
> When wrong database name is specified to vacuumdb, cancellation is required to
> stop VACUUM FULL which runs long.
>
> Option -c of psql forget to set signal handler for 7.3 or prior. Vacuumdb
> have no signal handler of cancellation for 7.4devel.
>
>
> Kenji Sugita
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcus Brger 2003-07-21 19:29:56 Re: php with postgres
Previous Message Bruce Momjian 2003-07-21 19:19:42 Re: vacuumdb can't be canceled