Re: pg_autovacuum causes 'create database' to fail when the - Mailing list pgsql-general

From Bruce Momjian
Subject Re: pg_autovacuum causes 'create database' to fail when the
Date
Msg-id 200311090041.hA90fAY17557@candle.pha.pa.us
Whole thread Raw
In response to Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
> Frank van Vugt <ftm.van.vugt@foxi.nl> writes:
> > Did I miss this future necessity on the TODO-list ('cause I did check...) or
> > is it simply not on there (yet) ?
>
> It's not there; it should be.  Something like
>
> * Need better (safer, less prone to unnecessary failures) scheme for
>   ensuring CREATE DATABASE gets a consistent copy of the template database

Added:

* Use more reliable method for CREATE DATABASE to get a consistent copy of db

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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'
Next
From: Bruce Momjian
Date:
Subject: Re: Temporary tables and miscellaneous schemas