Re: Help needed to mount a dmp file - Mailing list pgsql-general

From John R Pierce
Subject Re: Help needed to mount a dmp file
Date
Msg-id 4F833EF9.6000503@hogranch.com
Whole thread Raw
In response to Re: Help needed to mount a dmp file  (François Beausoleil <francois@teksol.info>)
List pgsql-general
On 04/09/12 12:40 PM, François Beausoleil wrote:
> It depends on whether you have a SQL dump file or a custom archive type. I believe pg_restore can restore both kinds.

no, pg_restore can only restore from custom archives (made with pg_dump
-Fc) .   straight SQL dumps are fed to psql


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



pgsql-general by date:

Previous
From: François Beausoleil
Date:
Subject: Re: Help needed to mount a dmp file
Next
From: Lukas Eklund
Date:
Subject: Re: Resize numeric column without changing data?