Re: Need help

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need help
Date: 2009-05-18 17:15:28
Message-ID: 20090518171528.GM22221@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 18, 2009 at 09:21:41PM +0430, Zico wrote:
> On Mon, May 18, 2009 at 6:11 PM, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>wrote:
> > then what else can you do but create a new database and fill it anew?
> >
>
> That`s what i am asking about. :) Fill it anew? That means, i have to
> insert all 2000 data again?? Is there any other option to "restore" all data
> there?

You need to get the contents of the database from somewhere; the obvious
choices seem to be an existing copy of the PG database directory, a
backup of the database, or the original data. Your previous messages
seem to indicate that you do not have either of the first to items and
so the only choice remaining would be to use the original data.

--
Sam http://samason.me.uk/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bayless Kirtley 2009-05-18 17:16:43 Re: Daylight saving time question
Previous Message Sam Mason 2009-05-18 17:10:24 Re: referring to calculated column in sub select