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

From Tom Lane
Subject Re: Problem with "create database ... with template "
Date
Msg-id 29215.1178735514@sss.pgh.pa.us
Whole thread Raw
In response to Problem with "create database ... with template "  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: Problem with "create database ... with template "  (Andrew Dunstan <andrew@dunslane.net>)
Re: Problem with "create database ... with template "  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> I'm investigating a problem my client experienced with 
> "create database xxx with template=yyy" - they often get error
> "ERROR:  source database "yyy" is being accessed by other users",

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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Problem with "create database ... with template "
Next
From: Andrew Dunstan
Date:
Subject: Re: Problem with "create database ... with template "