Re: Pg_restore and dump -- General question

From: Howard Cole <howardnews(at)selestial(dot)com>
To: salah jubeh <s_jubeh(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg_restore and dump -- General question
Date: 2011-04-04 11:40:37
Message-ID: 4D99AE35.2000409@selestial.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/04/2011 11:47 AM, salah jubeh wrote:
>
> What will happen if
>
> 1. dropped table a
> 2. insert data on b and the other relations
> 3. restore table a and it's dependency (table b).
>
Simple advice would be to create a script on an offline system for
testing - when you are happy with the results - do it on the online
system - after making a backup of course! Anything else would be suicidal.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2011-04-04 11:44:28 Re: Pg_restore and dump -- General question
Previous Message salah jubeh 2011-04-04 11:25:25 Re: Pg_restore and dump -- General question