Re: Problem with "create database ... with template " - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Problem with "create database ... with template "
Date
Msg-id 46421B25.6060706@dunslane.net
Whole thread Raw
In response to Re: Problem with "create database ... with template "  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Your test case simply shows that it takes a finite amount of time for
> the previous backend to exit; depending on scheduler priorities it's
> possible for the next instance to connect and try to CREATE DATABASE
> before the previous one is gone.  My suggestion would be to connect
> to some other database besides the one being copied.
>
>     
>   

Didn't we invent the "postgres" database for just this reason?

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with "create database ... with template "
Next
From: Tom Lane
Date:
Subject: Re: [PERFORM] Cannot make GIN intarray index be used by the planner