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 ...
Update to 1.5.6 fails in last step on pgsql backed system ..
Moderator: Thorsten
Hi,
oops... I didn't knew that. How can I do this with all tables?
bye
Thorsten
oops... I didn't knew that. How can I do this with all tables?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
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
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
amazon.de Wishlist