Thanks for the reply...
Here is the info which u needed.
1. Command which you are using to take backup. =>
C:\Program Files\PostgreSQL\8.3\bin\pg_dump.exe -U postgres -F c -v -f "C:\Documents and Settings\yogesh_naik\Desktop\Backup_Profiler_Structure.backup" -n \"public\" "replica"
2. Command which you are using for Restore. =>
"c:\program files\PostgreSQL\8.3\bin\pg_restore.exe" -U postgres -d replica -i -F c -v E:\Backup_Profiler_Structure.backup
3. Version of pg_dump (i.e pg_dump --version).
8.4.2
4. Version of pg_restore(i.e pg_restore --version).
8.3.6
This message was edited 3 times. Last update was at 09/01/2010 04:05:18
|