Re: Howto repair template1 - Mailing list pgsql-general

From Richard Huxton
Subject Re: Howto repair template1
Date
Msg-id 42B7F5C3.1010506@archonet.com
Whole thread Raw
In response to Howto repair template1  (Jan Poslusny <pajout@gingerall.cz>)
List pgsql-general
Jan Poslusny wrote:
> Hi,
> my colleague unfortunately ran some database dump in template1 on our
> production server, pg7.3.5. Can we drop template1, dump template0 and
> rebuild template1 from this dump? Or does exist some better way how to
> repair template1 without any affect of living database instances?

When you recreate template1, you can specify template0 as the template
to use (if you see what I mean)

createdb --template template0 template1


--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Jan Poslusny
Date:
Subject: Howto repair template1
Next
From: Jason Tesser
Date:
Subject: Re: problems with types after update to 8.0