I have installed postgresql 8.3.1,import data from a dB to another one.I work in pgadmin 3 . When I choose a table ,select the characteristic? it shows the problem below?
Error:relation "pg_autovac uum" does not exit?
Line1?select* from pg_autovacuum where vacrelid=26769: :oid
what is the problem?
How to solve it?
Error:relation "pg_autovac uum" does not exit?
Line1?select* from pg_autovacuum where vacrelid=26769: :oid
what is the problem?
How to solve it?
Comment