i have taken a backup of a postgresql db from a system1 using pgadmin3 tool. The backup file created is of extension ".backup"
I am trying to restore it on an another system2 installed with postgresql 9.0 and pgadmin3 1.8 but iam getting the error
could not execute query: ERROR: unrecognized configuration parameter "lock_timeout" Command was: SET lock_timeout = 0;
configuration of both the systems
system1 win7-64bit postgresql 9.0.13-1 - 64bit pgadmin 1.8
system2 win7-32bit postgresql 9.0.13-1 - 32bit pgadmin 1.8