Re: pg_dump bug fixing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump bug fixing
Date: 2004-07-19 17:30:55
Message-ID: 23634.1090258255@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <pg(at)rbt(dot)ca> writes:
> Remove the public schema from template0, but leave it in template1.

Does not sound very workable. One of the functions of template0 is to
be a backup for the virgin state of template1, and you'd lose that.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gaetano Mendola 2004-07-19 17:41:41 NT tab complete patch
Previous Message Josh Berkus 2004-07-19 17:30:21 Re: pg_dump bug fixing