Re: Restore - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Restore
Date
Msg-id AANLkTimZ7dNaXsd3SntxFo2zf45q-MyP6ZUST62FV9jd@mail.gmail.com
Whole thread Raw
In response to Re: Restore  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
On Fri, Dec 24, 2010 at 9:38 PM, Bob Pawley <rjpawley@shaw.ca> wrote:
> I attempted loading earlier version of my backup database, using PDW# \I
> PDW_May_2010  and it worked.
>
> Looks as tho the June version may have been corrupt.

If it's a plain sql text file you can read it with a simple app like
the notepad or whatever editor comes with windows.  If it's not plain
sql, but was created with pg_dump with switches to make it a custom
compressed format then you'll need to use pg_restore to restore the
file.  I generally store plain text sql files as .sql and compressed
dumps as .dmp so I can tell them apart by their names.

pgsql-general by date:

Previous
From: Filip Rembiałkowski
Date:
Subject: Re: Constraining overlapping date ranges
Next
From: pasman pasmański
Date:
Subject: Re: Compress data sent to client