Re: cleaning up template1

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Akbar <melinda_sayang(at)hotpop(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: cleaning up template1
Date: 2004-11-14 04:12:41
Message-ID: 200411140412.iAE4Cf302888@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Akbar wrote:
> I remember when I first play with postgresql, I play with template1
> directly not created first the database ( then play with it ). So I just
> want to know is there any way to cleaning up the template1?
>

Sorry, correction:

> You can look for non-system objects stored in template1 and delete them,
> or you can use pg_dumpall and it will show the changes made to template1 in
----------
> the dump.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Akbar 2004-11-14 10:35:46 cleaning up template1
Previous Message Bruce Momjian 2004-11-14 04:11:53 Re: cleaning up template1