Import from Linux to Windows - Mailing list pgsql-hackers-win32

From Tom Haddon
Subject Import from Linux to Windows
Date
Msg-id 0E52D69E86D25840AAE3611CB657F9F80AA022@millenium.equilar.com
Whole thread Raw
Responses Re: Import from Linux to Windows  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers-win32
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?

Thanks, Tom

pgsql-hackers-win32 by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: GUC variables invisible to contrib/ modules
Next
From: Andrew Dunstan
Date:
Subject: Re: Import from Linux to Windows