: [GENERAL] relation
pg_autovacuum does not exist in
postgresql 8.4.2
On Tue, Dec 22, 2009 at 1:18 PM, Antonio
Sobalvarro wrote:
>
> This kind of programs get the error
message relation pg_autovacumm does not
> exist.
>
what programs are failing?
anyway, the error is that those
On Tue, Dec 22, 2009 at 1:18 PM, Antonio Sobalvarro
wrote:
>
> This kind of programs get the error message “relation pg_autovacumm does not
> exist”.
>
what programs are failing?
anyway, the error is that those programs are accesing a catalog that
doesn't exist anymore (actually i consider an er
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