Postgresql 8.0 [Windows]

Started by Hrishikesh Deshmukhabout 21 years ago2 messagesgeneral
Jump to latest
#1Hrishikesh Deshmukh
hdeshmuk@gmail.com

Hi All,

I am a newbie to postgresql, i download the windows version and
installed it successfully.
I have a posgres dump file from a linux box, i want to read in this
file on my windows box. How does one do it.

Thanks in advance.

Hrishi

#2John DeSoi
desoi@pgedit.com
In reply to: Hrishikesh Deshmukh (#1)
Re: Postgresql 8.0 [Windows]

On Feb 21, 2005, at 3:02 PM, Hrishikesh Deshmukh wrote:

I am a newbie to postgresql, i download the windows version and
installed it successfully.
I have a posgres dump file from a linux box, i want to read in this
file on my windows box. How does one do it.

The exact method depends on the format of the dump file. See

http://www.postgresql.org/docs/8.0/interactive/app-pgdump.html

Look at the end in the Examples section. It shows how to use psql and
pg_restore to load the dump file.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL