From: | "Niederland" <niederland(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_restore |
Date: | 2005-01-20 08:19:36 |
Message-ID: | 1106209176.290975.277480@c13g2000cwb.googlegroups.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers-win32 |
More Info:
If I perform a backup of my database with PGAdmin3. I can restore
the database via the command line pg_restore. It seems as if the
backup created with pg_restore when issued from a winXP command prompt
does not create a file that the pg_restore can read... At least for the
file types Compress and Tar. Which I need to use since my database
contains blobs.
One other item: Issuing an pg_restore -C -d myDB myDB.backup
Did not create the database myDB and complained that the database did
not exist. I had to first create the database and then the pg_restore
functioned correctly (without -C option).
From | Date | Subject | |
---|---|---|---|
Next Message | Dawid Kuroczko | 2005-01-20 08:27:19 | Re: Unique Index |
Previous Message | Michael Meskes | 2005-01-20 08:07:24 | Re: ECPG Segfaulting on EXEC SQL connect |
From | Date | Subject | |
---|---|---|---|
Next Message | Harald Massa | 2005-01-20 13:29:47 | pg_autovacuum fails to start - 8.0 Release |
Previous Message | Cesar Schneider | 2005-01-20 05:00:25 | Re: pg_restore |