Re: In memory Database for postgres - Mailing list pgsql-general

From Robert Treat
Subject Re: In memory Database for postgres
Date
Msg-id 200811172113.55839.xzilla@users.sourceforge.net
Whole thread Raw
In response to Re: In memory Database for postgres  (Blazej <bl.oleszkiewicz@gmail.com>)
Responses Re: In memory Database for postgres  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: In memory Database for postgres  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
On Monday 17 November 2008 17:02:54 Blazej wrote:
> Of course you must delete schema before shutdown PostgreSQL and OS - I
> dont't now how resolve problem with error when the schema was not
> deleted? - I have no time to think about it maybe anybody know how to
> restore db when the in memory schema was damaged?
>

based on some similar, uh, experiences i've run across, i'd think easiest
would be to keep a script around with truncate commands for all your tables,
then when you restart, you run that script, which will "fix" your schema for
you. This assumes you're keeping the default table space on hdd, if you lose
the system catalogs, the right answer is "initdb"

--
Robert Treat
Conjecture: http://www.xzilla.net
Consulting: http://www.omniti.com

pgsql-general by date:

Previous
From: Darren Govoni
Date:
Subject: Re: row locking question
Next
From: Tony Caduto
Date:
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help