Re: Help needed to mount a dmp file

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help needed to mount a dmp file
Date: 2012-04-09 19:56:41
Message-ID: 4F833EF9.6000503@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lukas Eklund 2012-04-09 20:06:32 Re: Resize numeric column without changing data?
Previous Message François Beausoleil 2012-04-09 19:40:34 Re: Help needed to mount a dmp file