Re: [GENERAL] pg_restore parameters

2008-09-13 Thread Robert Treat
On Friday 12 September 2008 14:23:52 Kevin Duffy wrote: > Hello: > > I am move to a new production server and am testing my backup and > restore procedures. > > Given a backup created with the follow command > > C:\>C:\progFiles\PostgreSQL\8.2\bin\pg_dump -Fc -b -C -o -f > E:\backupPostgres\benchxx

[GENERAL] pg_restore parameters

2008-09-12 Thread Kevin Duffy
Hello: I am move to a new production server and am testing my backup and restore procedures. Given a backup created with the follow command C:\>C:\progFiles\PostgreSQL\8.2\bin\pg_dump -Fc -b -C -o -f E:\backupPostgres\benchxx_c20080912.backup -U postgres benchxx_c What is the best w