Tagged Questions
0
votes
4answers
408 views
Vacuum PostgreSQL DB from PHP
I want to vacuum a PostgreSQL database from PHP.
I have tried this:
pg_query($conn,"vacuum analyse;");
How can I tell if this works?