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

From François Beausoleil
Subject Re: Help needed to mount a dmp file
Date
Msg-id F7663949EE5C4692B9E000EF69F7787C@ftml.net
Whole thread Raw
In response to Help needed to mount a dmp file  (Lux <lux.azidol@gmail.com>)
Responses Re: Help needed to mount a dmp file  (John R Pierce <pierce@hogranch.com>)
List pgsql-general

Le lundi 9 avril 2012 à 12:47, Lux a écrit :

> Hi,
> I am new to Postgresql and have no clue. The first task given to me was to try to mount this dmp file on Postgresql
whichhas been downloaded from Jive. I am not sure how to go about and where to start. Can someone please help me. 
> Thanks & Regards,
> Lux.

You'll need either http://www.postgresql.org/docs/9.1/static/app-psql.html or
http://www.postgresql.org/docs/9.1/static/app-pgrestore.html  

It depends on whether you have a SQL dump file or a custom archive type. I believe pg_restore can restore both kinds.

You should also determine what version of PostgreSQL you're using, since that will help you with the manual links. I
likedto the 9.1 versions above. 

Welcome to PostgreSQL. Hope that helps!
François


pgsql-general by date:

Previous
From: Lux
Date:
Subject: Help needed to mount a dmp file
Next
From: John R Pierce
Date:
Subject: Re: Help needed to mount a dmp file