On Fri, Aug 20, 2004 at 10:25:06 -0700, Dariusz Sobierajewicz <[EMAIL PROTECTED]> 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).) ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
