Re: Simpler dump?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ted Byers <r(dot)ted(dot)byers(at)rogers(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Simpler dump?
Date: 2007-12-10 15:07:16
Message-ID: 13389.1197299236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ted Byers <r(dot)ted(dot)byers(at)rogers(dot)com> writes:
> It seems the public schema is
> automagically created by Postgres every time I create
> a new database on a given server, and it has over a
> dozen types, over 400 functions, &c. I don't really
> understand why it needs to be duplicated in every Db
> on a server, but that is another matter.

What it sounds like to me is that you've managed to clutter your
template1 with a lot of stuff you don't actually want, and that's
getting propagated into new databases by CREATE DATABASE. If so,
it's not pg_dump's fault --- you need to clean out template1.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Korous 2007-12-10 15:07:36 Re: [GENERAL] cannot dump structures
Previous Message Bruce Momjian 2007-12-10 14:51:17 Re: [GENERAL] full_page_writes = off?