On Fri, Aug 20, 2004 at 10:25:06 -0700,
Dariusz Sobierajewicz <dsobie(at)yahoo(dot)com> wrote:
> 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).)