Thread: pg_autovacuum vs autovacuum

pg_autovacuum vs autovacuum

From
Peter Eisentraut
Date:
The autovacuum feature in PostgreSQL 8.1 is called "autovacuum", not
"pg_autovacuum", as pgAdmin makes one believe.  To make the terminology
consistent, I propose the following small patch.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment

Re: pg_autovacuum vs autovacuum

From
Andreas Pflug
Date:
Peter Eisentraut wrote:
> The autovacuum feature in PostgreSQL 8.1 is called "autovacuum", not
> "pg_autovacuum", as pgAdmin makes one believe.  To make the terminology
> consistent, I propose the following small patch.

Yup, applied (and corrected in all applicable translations as well)

Regards,
Andreas