This is a discussion on auto_vacuum within the pgsql Admins forums, part of the PostgreSQL category; --> Hi, We are currently running an older version of postgres on linux redhat, the auto_vacuum is not part of ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, We are currently running an older version of postgres on linux redhat, the auto_vacuum is not part of the contrib package for 7.3.2.. Should I install the latest contrib rpm package? Or should I compile pg_autovacuum from the source? Theo __________________________________________________ ____________________ This email, including attachments, is intended only for the addressee and may be confidential, privileged and subject to copyright. If you have received this email in error, please advise the sender and delete it. If you are not the intended recipient of this email, you must not use, copy or disclose its content to anyone. You must not copy or communicate to others content that is confidential or subject to copyright, unless you have the consent of the content owner. |
| ||||
| pg_autovacuum should work against Postgresql 7.3.x. I don't know if compiling it from source, or using a 7.4 rpm will be easier.... Theo Galanakis wrote: > Hi, > > We are currently running an older version of postgres on linux > redhat, the auto_vacuum is not part of the contrib package for 7.3.2.. > Should I install the latest contrib rpm package? Or should I compile > pg_autovacuum from the source? > > Theo > > __________________________________________________ ____________________ > This email, including attachments, is intended only for the addressee > and may be confidential, privileged and subject to copyright. If you > have received this email in error, please advise the sender and delete > it. If you are not the intended recipient of this email, you must not > use, copy or disclose its content to anyone. You must not copy or > communicate to others content that is confidential or subject to > copyright, unless you have the consent of the content owner. > ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |