Thread: Getting VACUUM VERBOSE results via libpq

Getting VACUUM VERBOSE results via libpq

From
Stuart Brooks
Date:
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.

ThanksStuart


Re: Getting VACUUM VERBOSE results via libpq

From
Stuart Brooks
Date:
> 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...