relation pg_autovacuum does not exist in postgresql 8.4.2

From: "Antonio Sobalvarro" <as(at)estrategicas(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: relation pg_autovacuum does not exist in postgresql 8.4.2
Date: 2009-12-22 18:18:48
Message-ID: 842D03C89C6D48AC96E8E9ACE0419834@ANTONIO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I installed Postgresql 8.4.2 on Centos
5.4 64 bit.

I migrated data from postgres 8.3 to
8.4.2 using PgAdmin 1.10 backup and
restore functions.

We access the data using ODBC.

For some reports, we need to create a
temporal table, fill it and then drop
it.

This kind of programs get the error
message “relation pg_autovacumm does not
exist”.

We configured autovacuum=on in
postgresql.conf.

I am awere that pg_catalog.pg_autovacuum
does not exist in 8.4 version.

Please advise.

Thank you.

Antonio Sobalvarro

Soluciones Estrategicas S.A.

Avenida Reforma 6-39 zona 10

Edificio Guayacán Oficina 1203

Codigo Postal 01010

Guatemala, Centro América

Teléfono +502 2379-4860

email <mailto:as(at)estrategicas(dot)com>
as(at)estrategicas(dot)com

web <http://www.estrategicas.com>
www.estrategicas.com

web <http://www.mobilges.com>
www.mobilges.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2009-12-22 18:40:56 Re: stats collector process: WRDSK = WRDSK_CANCEL?
Previous Message Nathaniel Trellice 2009-12-22 17:30:00 Re: libpq: do I need PQendcopy after PQgetCopyData?