| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Tom Haddon <thaddon(at)equilar(dot)com> |
| Cc: | pgsql-hackers-win32(at)postgresql(dot)org |
| Subject: | Re: Import from Linux to Windows |
| Date: | 2004-08-11 20:44:15 |
| Message-ID: | 411A851F.5080104@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers-win32 |
Tom Haddon wrote:
>Hi,
>
>I have a dump file created using pg_dumpall on Linux that I'm trying to
>import into Windows. I know this dump file is good as I've tested it and
>looked at it. When I run it against the Windows version (8.0.0beta1)
>from within psql with the \i switch, it loads in the structure of the
>first database in the dump, and creates all the databases and users, but
>doesn't populate the data of the first database, and doesn't create the
>structure of all the other databases.
>
>My guess is this is a Windows formatting issue. Do I just need to do a
>search and replace on \n or \t and replace it with something?
>
>
>
>
What is the error? You don't by any chance have a ^Z somewhere in the
file, do you?
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Haddon | 2004-08-11 21:00:56 | Re: Import from Linux to Windows |
| Previous Message | Tom Haddon | 2004-08-11 19:09:50 | Import from Linux to Windows |