BUG: pgAdmin III - Vacuuming executes incorrect statement

From: "Matej Rizman" <matej(dot)rizman(at)guest(dot)arnes(dot)si>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: BUG: pgAdmin III - Vacuuming executes incorrect statement
Date: 2003-07-12 20:09:16
Message-ID: 000501c348b1$78fe7860$5700a8c0@MATEJR
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Version: pgAdmin III, version 0.8.0 Devel (Jul 10 2003).

Steps to reproduce error:
1) connect to database
2) select arbitrary table
3) Tools->Reorganize
4) Select Vacuum (or Analyze, this causes similar error) in dialog box
5) Press Ok.

pgAdmin III executes the following statement to PostgreSQL:
VACUUM VERBOSE ANALYZE Table public.table_name

The correct statement would omit word "Table" and it would be:
VACUUM VERBOSE ANALYZE public.table_name

pgAdmin III also does not inform user about error that occured during VACUUM.

Regards,
Matej Rizman

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-07-12 21:03:19 Re: BUG: pgAdmin III - Vacuuming executes incorrect statement
Previous Message Dave Page 2003-07-12 19:00:28 Re: Error Message