Discussion:
question
(too old to reply)
Dariusz Sobierajewicz
2004-08-20 17:25:06 UTC
Permalink
Hi,
I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way to restore that data?

thanks.


---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
Bruno Wolff III
2004-08-20 20:57:27 UTC
Permalink
On Fri, Aug 20, 2004 at 10:25:06 -0700,
Post by Dariusz Sobierajewicz
Hi,
I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way to restore that data?
Install a postgres server and then use pg_restore or psql to restore.
(Which you use depends on what options you used for pg_dump(all).)

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Bruno Wolff III
2004-08-21 14:38:00 UTC
Permalink
I am copying this back to the list.

On Fri, Aug 20, 2004 at 14:07:03 -0700,
Ok, thanks. I'm working on windows machine. can you tell me what is the easiest way to set up PostgreSQL on win xp?
thanks.
Trying out the 8.0.0 beta. This isn't ready for production, but would be
OK for playing around with postgres.
On Fri, Aug 20, 2004 at 10:25:06 -0700,
Post by Dariusz Sobierajewicz
Hi,
I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way to restore that data?
Install a postgres server and then use pg_restore or psql to restore.
(Which you use depends on what options you used for pg_dump(all).)
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Loading...