problem after restoring a backup database on a different PC - Mailing list pgsql-general

From Wesley
Subject problem after restoring a backup database on a different PC
Date
Msg-id 42D75AD6.5080508@web-art.be
Whole thread Raw
List pgsql-general
Hi

I think I might be doing something verry wrong, since i ame not being
able to transfer a database from one pc to another.

so, what I do is, I dump the database as follows:

pg_dump -f "c:\file.backup" -F c -b -x -h localhost -U user -W "MyDB"
(or i tried it also using the backup button in pgAdmin III)

wich works fine, and when i restore the db again on my other PC there is
no problem, ALL tables are there, BUT when i try to access a table
trough pgsqlxx (c++ library) i get an exception:

relation "table" does not exist

So, i tried to restore the file.backup on the same pc as it was backuped
from, and here i find no problem to access the table

do you have any idea what i do wrong or what can be going wrong?

greetZ

wes

pgsql-general by date:

Previous
From: Ezequiel Tolnay
Date:
Subject: Function returning any (tuple) type
Next
From: "John D. Burger"
Date:
Subject: Re: Case insensitive unique constraint