Re: [HACKERS] vacuumdb can't be canceled

2003-07-21 Thread Bruce Momjian
Control-C works here. What platform are you on? Can you reproduce it? I just tried: psql -c 'select * from pg_class, pg_proc' test and control-C terminated the query. --- Kenji Sugita wrote: > Vacuumdb command c

Re: [HACKERS] vacuumdb can't be canceled

2003-07-21 Thread Bruce Momjian
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