Re: template0 and template1 databases

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: "J(dot)H(dot)M(dot) Dassen \(Ray\)" <jdassen(at)cistron(dot)nl>, pgsql-general(at)postgresql(dot)org
Subject: Re: template0 and template1 databases
Date: 2001-09-06 12:51:21
Message-ID: 20010906125121.81290.qmail@web13403.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the info and link.

So if I'm running PostgreSQL 7.1.3 and have pg_dumped
my databases, I can 'dropdb template0'?

Andrew

--- "J.H.M. Dassen (Ray)" <jdassen(at)cistron(dot)nl> wrote:
> Andrew Gould <andrewgould(at)yahoo(dot)com> wrote:
> > I notice that template0 can't be vacuumed; and
> that template1 gets
> > vacuumed but has "no relations" per \d.
> >
> > What do these databases do?
>
> template0 is probably a leftover you got from
> importing a dump from an older
> version of PostgreSQL. template1 is the "master"
> database from which new
> databases are cloned; see
>
http://www.postgresql.org/idocs/index.php?managing-databases.html#MANAGE-AG-CREATEDB
>
> HTH,
> Ray
> --
> "a infinite number of monkeys typing into GNU emacs
> would never make a good
> program"
> .../linux/Documentation/CodingStyle
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
> (send "unregister YourEmailAddressHere" to
majordomo(at)postgresql(dot)org)

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-06 13:08:17 Re: getting inherited table name
Previous Message J.H.M. Dassen (Ray) 2001-09-06 12:34:07 Re: template0 and template1 databases