Re: Export/Import existing database from Unix to Windows - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Export/Import existing database from Unix to Windows
Date
Msg-id 414F0B49.5030204@dunslane.net
Whole thread Raw
In response to Export/Import existing database from Unix to Windows 8.0-beta2-dev3  (Sudhakar Kurumella <kurumella@yahoo.com>)
List pgsql-hackers

Sudhakar Kurumella wrote:

> Hi,
>  
> I have recently downloaded, PostgreSql 8.0-beta2-dev3 windows version. 
> I am a newbie to postgresql, i have one question, How can i import or 
> export the existing postgresql database running under unix flavour to 
> windows based postgresql (8.0-beta2-dev3). Is there any facility under 
> the new windows version ?
>  
> It is highly appreciated, if any one could show some light on this.
>  
>
Exporting on Unix using pg_dump and importing on Windows using psql or 
pg_restore as appropriate should work just fine.

cheers

andrew


pgsql-hackers by date:

Previous
From: Sudhakar Kurumella
Date:
Subject: Export/Import existing database from Unix to Windows 8.0-beta2-dev3
Next
From: Shachar Shemesh
Date:
Subject: Re: No parameters support in "create user"?