From: | "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1043: PSQL.exe |
Date: | 2004-01-07 13:20:01 |
Message-ID: | 20040107132001.EFBF9CF4D45@www.postgresql.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1043
Logged by: Serkan SUNEL
Email address: nakres2001(at)yahoo(dot)com
PostgreSQL version: 7.4
Operating system: Windows XP
Description: PSQL.exe
Details:
Problem occur while restoring the database from the backup file if i use
psql -f c:\cygwin\bin\dump_file_name -d mydatabase_name
This is not working properly...this command only create tables and
stops...does not insert the records...
I think the file path creates this problem . Because
psql -f dump_file_name -d mydatabase_name is working very good..
From | Date | Subject | |
---|---|---|---|
Next Message | Serkan Sunel | 2004-01-07 13:24:11 | RESTORE BUG... |
Previous Message | Guy Thornley | 2004-01-07 09:09:03 | Crash while recovering database index relation |