Anyone know whether its possible to get the results of a VACUUM VERBOSE via the libpq C library? Can't see it anywhere in the documentation and it doesn't come back as a result set or in PQcmdStatus. pgAdmin seems to get it back, as does psql.Looking a bit harder, I've come across Notice Processing which I presume does the trick. I'll give that a crack...