Update to 1.5.6 fails in last step on pgsql backed system ..

Please report bugs here!

Moderator: Thorsten

Post Reply
scrappy
Posts: 15
Joined: Sun Jan 08, 2006 6:31 am

Update to 1.5.6 fails in last step on pgsql backed system ..

Post by scrappy »

basically, you can't do a VACUUM ANALYZE with tables seperated by commas:

# vacuum analyze faqadminlog, faqadminsessions;
ERROR: syntax error at or near "," at character 27
LINE 1: vacuum analyze faqadminlog, faqadminsessions;

in my acse, I just removed the tables and let it vacuum analyze the whole thing ...
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

oops... I didn't knew that. How can I do this with all tables?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
scrappy
Posts: 15
Joined: Sun Jan 08, 2006 6:31 am

Post by scrappy »

personally, just do 'VACUUM ANALYZE;' and it will do all tables within that database ... the other option is a loop that goes through and issues a seperate VACUUM ANALYZE for each table ...
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

okay, I'll do the first one and it's fixed in 1.5.7, 1.6.0-dev and 2.0.0-dev. Thanks a lot!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply