Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'
Дата
Msg-id 22544.1068337162@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'  (Frank van Vugt <ftm.van.vugt@foxi.nl>)
Ответы Re: pg_autovacuum causes 'create database' to fail when the  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
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

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Frank van Vugt
Дата:
Сообщение: Re: pg_autovacuum causes 'create database' to fail when the first is accessing 'template1'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_autovacuum causes 'create database' to fail when the